HSL(237, 58%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,58%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 58%, 53%) | color: hsl(237, 58%, 53%) | |
| HEX | #4249CD | color: #4249CD | |
| RGB | rgb(66, 73, 205) | color: rgb(66, 73, 205) | |
| CMYK | cmyk(68%, 64%, 0%, 20%) | — | |
| HSV | hsv(237, 68%, 80%) | — | |
| HWB | hwb(237 26% 20%) | color: hwb(237 26% 20%) | |
| OKLCH | oklch(0.4853 0.2 273.82) | color: oklch(0.4853 0.2 273.82) | |
| Lab | lab(38.43 39.42 -69.13) | color: lab(38.43 39.42 -69.13) | |
| LCH | lch(38.43 79.58 299.69) | color: lch(38.43 79.58 299.69) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#4545AD — rgb(69, 69, 173)
Deuteranopia (Green-blind)
#4544A5 — rgb(69, 68, 165)
Tritanopia (Blue-blind)
#42948E — rgb(66, 148, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 58%, 53%);
text
color: hsl(237, 58%, 53%);
border
border: 2px solid hsl(237, 58%, 53%);
gradient light
background: linear-gradient(to right, hsl(237, 58%, 73%), hsl(237, 58%, 53%));
gradient dark
background: linear-gradient(to right, hsl(237, 58%, 53%), hsl(237, 58%, 33%))
hex
background-color: #4249CD;
tailwind
bg-[hsl(237,58%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 58%, 53%, 0.4);
css variable
--color-primary: hsl(237, 58%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 58%, 53%)?
HEX: #4249CD | RGB: rgb(66, 73, 205) | CMYK: 68%, 64%, 0%, 20% | HSV: 237°, 68%, 80%. Copy any format from the conversion table above.
What colors go well with #4249CD?
The complementary color is HSL(57, 58%, 53%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 58%, 53%) in CSS?
As HSL: color: hsl(237, 58%, 53%); — As HEX: color: #4249CD; — As RGB: color: rgb(66, 73, 205); — Tailwind CSS: bg-[hsl(237,58%,53%)] — CSS variable: --color-primary: hsl(237, 58%, 53%);