HSL(215, 60%, 22%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(215,60%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 60%, 22%) | color: hsl(215, 60%, 22%) | |
| HEX | #16325A | color: #16325A | |
| RGB | rgb(22, 50, 90) | color: rgb(22, 50, 90) | |
| CMYK | cmyk(76%, 44%, 0%, 65%) | — | |
| HSV | hsv(215, 76%, 35%) | — | |
| HWB | hwb(215 8% 65%) | color: hwb(215 8% 65%) | |
| OKLCH | oklch(0.3185 0.0793 257.62) | color: oklch(0.3185 0.0793 257.62) | |
| Lab | lab(20.79 4.81 -27.14) | color: lab(20.79 4.81 -27.14) | |
| LCH | lch(20.79 27.56 280.05) | color: lch(20.79 27.56 280.05) |
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)
#222250 — rgb(34, 34, 80)
Deuteranopia (Green-blind)
#211E4E — rgb(33, 30, 78)
Tritanopia (Blue-blind)
#174947 — rgb(23, 73, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 60%, 22%);
text
color: hsl(215, 60%, 22%);
border
border: 2px solid hsl(215, 60%, 22%);
gradient light
background: linear-gradient(to right, hsl(215, 60%, 42%), hsl(215, 60%, 22%));
gradient dark
background: linear-gradient(to right, hsl(215, 60%, 22%), hsl(215, 60%, 2%))
hex
background-color: #16325A;
tailwind
bg-[hsl(215,60%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 60%, 22%, 0.4);
css variable
--color-primary: hsl(215, 60%, 22%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 60%, 22%)?
HEX: #16325A | RGB: rgb(22, 50, 90) | CMYK: 76%, 44%, 0%, 65% | HSV: 215°, 76%, 35%. Copy any format from the conversion table above.
What colors go well with #16325A?
The complementary color is HSL(35, 60%, 22%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 60%, 22%) in CSS?
As HSL: color: hsl(215, 60%, 22%); — As HEX: color: #16325A; — As RGB: color: rgb(22, 50, 90); — Tailwind CSS: bg-[hsl(215,60%,22%)] — CSS variable: --color-primary: hsl(215, 60%, 22%);