HSL(213, 24%, 20%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,24%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 24%, 20%) | color: hsl(213, 24%, 20%) | |
| HEX | #27323F | color: #27323F | |
| RGB | rgb(39, 50, 63) | color: rgb(39, 50, 63) | |
| CMYK | cmyk(38%, 21%, 0%, 75%) | — | |
| HSV | hsv(213, 38%, 25%) | — | |
| HWB | hwb(213 16% 75%) | color: hwb(213 16% 75%) | |
| OKLCH | oklch(0.3127 0.0278 252.89) | color: oklch(0.3127 0.0278 252.89) | |
| Lab | lab(20.33 -0.81 -9.66) | color: lab(20.33 -0.81 -9.66) | |
| LCH | lch(20.33 9.69 265.21) | color: lch(20.33 9.69 265.21) |
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)
#2C2C3C — rgb(44, 44, 60)
Deuteranopia (Green-blind)
#2B2A3B — rgb(43, 42, 59)
Tritanopia (Blue-blind)
#283939 — rgb(40, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 24%, 20%);
text
color: hsl(213, 24%, 20%);
border
border: 2px solid hsl(213, 24%, 20%);
gradient light
background: linear-gradient(to right, hsl(213, 24%, 40%), hsl(213, 24%, 20%));
gradient dark
background: linear-gradient(to right, hsl(213, 24%, 20%), hsl(213, 24%, 0%))
hex
background-color: #27323F;
tailwind
bg-[hsl(213,24%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 24%, 20%, 0.4);
css variable
--color-primary: hsl(213, 24%, 20%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 24%, 20%)?
HEX: #27323F | RGB: rgb(39, 50, 63) | CMYK: 38%, 21%, 0%, 75% | HSV: 213°, 38%, 25%. Copy any format from the conversion table above.
What colors go well with #27323F?
The complementary color is HSL(33, 24%, 20%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 24%, 20%) in CSS?
As HSL: color: hsl(213, 24%, 20%); — As HEX: color: #27323F; — As RGB: color: rgb(39, 50, 63); — Tailwind CSS: bg-[hsl(213,24%,20%)] — CSS variable: --color-primary: hsl(213, 24%, 20%);