HSL(219, 50%, 15%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,50%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 50%, 15%) | color: hsl(219, 50%, 15%) | |
| HEX | #132139 | color: #132139 | |
| RGB | rgb(19, 33, 57) | color: rgb(19, 33, 57) | |
| CMYK | cmyk(67%, 42%, 0%, 78%) | — | |
| HSV | hsv(218, 67%, 22%) | — | |
| HWB | hwb(218 7% 78%) | color: hwb(218 7% 78%) | |
| OKLCH | oklch(0.2486 0.0499 260.61) | color: oklch(0.2486 0.0499 260.61) | |
| Lab | lab(12.74 2.92 -17.38) | color: lab(12.74 2.92 -17.38) | |
| LCH | lch(12.74 17.62 279.54) | color: lch(12.74 17.62 279.54) |
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)
#191933 — rgb(25, 25, 51)
Deuteranopia (Green-blind)
#181732 — rgb(24, 23, 50)
Tritanopia (Blue-blind)
#142F2E — rgb(20, 47, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 50%, 15%);
text
color: hsl(219, 50%, 15%);
border
border: 2px solid hsl(219, 50%, 15%);
gradient light
background: linear-gradient(to right, hsl(219, 50%, 35%), hsl(219, 50%, 15%));
gradient dark
background: linear-gradient(to right, hsl(219, 50%, 15%), hsl(219, 50%, 0%))
hex
background-color: #132139;
tailwind
bg-[hsl(219,50%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 50%, 15%, 0.4);
css variable
--color-primary: hsl(219, 50%, 15%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 50%, 15%)?
HEX: #132139 | RGB: rgb(19, 33, 57) | CMYK: 67%, 42%, 0%, 78% | HSV: 218°, 67%, 22%. Copy any format from the conversion table above.
What colors go well with #132139?
The complementary color is HSL(39, 50%, 15%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 50%, 15%) in CSS?
As HSL: color: hsl(219, 50%, 15%); — As HEX: color: #132139; — As RGB: color: rgb(19, 33, 57); — Tailwind CSS: bg-[hsl(219,50%,15%)] — CSS variable: --color-primary: hsl(219, 50%, 15%);