HSL(243, 60%, 31%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,60%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 60%, 31%) | color: hsl(243, 60%, 31%) | |
| HEX | #24207E | color: #24207E | |
| RGB | rgb(36, 32, 126) | color: rgb(36, 32, 126) | |
| CMYK | cmyk(71%, 75%, 0%, 51%) | — | |
| HSV | hsv(243, 75%, 49%) | — | |
| HWB | hwb(243 12% 51%) | color: hwb(243 12% 51%) | |
| OKLCH | oklch(0.322 0.1516 275.57) | color: oklch(0.322 0.1516 275.57) | |
| Lab | lab(19.7 33.59 -52.21) | color: lab(19.7 33.59 -52.21) | |
| LCH | lch(19.7 62.08 302.76) | color: lch(19.7 62.08 302.76) |
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)
#222267 — rgb(34, 34, 103)
Deuteranopia (Green-blind)
#232362 — rgb(35, 35, 98)
Tritanopia (Blue-blind)
#245551 — rgb(36, 85, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 60%, 31%);
text
color: hsl(243, 60%, 31%);
border
border: 2px solid hsl(243, 60%, 31%);
gradient light
background: linear-gradient(to right, hsl(243, 60%, 51%), hsl(243, 60%, 31%));
gradient dark
background: linear-gradient(to right, hsl(243, 60%, 31%), hsl(243, 60%, 11%))
hex
background-color: #24207E;
tailwind
bg-[hsl(243,60%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 60%, 31%, 0.4);
css variable
--color-primary: hsl(243, 60%, 31%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 60%, 31%)?
HEX: #24207E | RGB: rgb(36, 32, 126) | CMYK: 71%, 75%, 0%, 51% | HSV: 243°, 75%, 49%. Copy any format from the conversion table above.
What colors go well with #24207E?
The complementary color is HSL(63, 60%, 31%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 60%, 31%) in CSS?
As HSL: color: hsl(243, 60%, 31%); — As HEX: color: #24207E; — As RGB: color: rgb(36, 32, 126); — Tailwind CSS: bg-[hsl(243,60%,31%)] — CSS variable: --color-primary: hsl(243, 60%, 31%);