HSL(221, 48%, 24%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,48%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 48%, 24%) | color: hsl(221, 48%, 24%) | |
| HEX | #20325B | color: #20325B | |
| RGB | rgb(32, 50, 91) | color: rgb(32, 50, 91) | |
| CMYK | cmyk(65%, 45%, 0%, 64%) | — | |
| HSV | hsv(222, 65%, 36%) | — | |
| HWB | hwb(222 13% 64%) | color: hwb(222 13% 64%) | |
| OKLCH | oklch(0.3246 0.0767 264.64) | color: oklch(0.3246 0.0767 264.64) | |
| Lab | lab(21.37 7.21 -26.85) | color: lab(21.37 7.21 -26.85) | |
| LCH | lch(21.37 27.8 285.03) | color: lch(21.37 27.8 285.03) |
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)
#282851 — rgb(40, 40, 81)
Deuteranopia (Green-blind)
#27254F — rgb(39, 37, 79)
Tritanopia (Blue-blind)
#214948 — rgb(33, 73, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 48%, 24%);
text
color: hsl(221, 48%, 24%);
border
border: 2px solid hsl(221, 48%, 24%);
gradient light
background: linear-gradient(to right, hsl(221, 48%, 44%), hsl(221, 48%, 24%));
gradient dark
background: linear-gradient(to right, hsl(221, 48%, 24%), hsl(221, 48%, 4%))
hex
background-color: #20325B;
tailwind
bg-[hsl(221,48%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 48%, 24%, 0.4);
css variable
--color-primary: hsl(221, 48%, 24%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 48%, 24%)?
HEX: #20325B | RGB: rgb(32, 50, 91) | CMYK: 65%, 45%, 0%, 64% | HSV: 222°, 65%, 36%. Copy any format from the conversion table above.
What colors go well with #20325B?
The complementary color is HSL(41, 48%, 24%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 48%, 24%) in CSS?
As HSL: color: hsl(221, 48%, 24%); — As HEX: color: #20325B; — As RGB: color: rgb(32, 50, 91); — Tailwind CSS: bg-[hsl(221,48%,24%)] — CSS variable: --color-primary: hsl(221, 48%, 24%);