HSL(219, 20%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,20%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 20%, 64%) | color: hsl(219, 20%, 64%) | |
| HEX | #919EB6 | color: #919EB6 | |
| RGB | rgb(145, 158, 182) | color: rgb(145, 158, 182) | |
| CMYK | cmyk(20%, 13%, 0%, 29%) | — | |
| HSV | hsv(219, 20%, 71%) | — | |
| HWB | hwb(219 57% 29%) | color: hwb(219 57% 29%) | |
| OKLCH | oklch(0.6971 0.0383 262.75) | color: oklch(0.6971 0.0383 262.75) | |
| Lab | lab(64.84 0.62 -13.96) | color: lab(64.84 0.62 -13.96) | |
| LCH | lch(64.84 13.97 272.54) | color: lch(64.84 13.97 272.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9797B0 — rgb(151, 151, 176)
Deuteranopia (Green-blind)
#9695AF — rgb(150, 149, 175)
Tritanopia (Blue-blind)
#92ACAB — rgb(146, 172, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 20%, 64%);
text
color: hsl(219, 20%, 64%);
border
border: 2px solid hsl(219, 20%, 64%);
gradient light
background: linear-gradient(to right, hsl(219, 20%, 84%), hsl(219, 20%, 64%));
gradient dark
background: linear-gradient(to right, hsl(219, 20%, 64%), hsl(219, 20%, 44%))
hex
background-color: #919EB6;
tailwind
bg-[hsl(219,20%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 20%, 64%, 0.4);
css variable
--color-primary: hsl(219, 20%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 20%, 64%)?
HEX: #919EB6 | RGB: rgb(145, 158, 182) | CMYK: 20%, 13%, 0%, 29% | HSV: 219°, 20%, 71%. Copy any format from the conversion table above.
What colors go well with #919EB6?
The complementary color is HSL(39, 20%, 64%). 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, 20%, 64%) in CSS?
As HSL: color: hsl(219, 20%, 64%); — As HEX: color: #919EB6; — As RGB: color: rgb(145, 158, 182); — Tailwind CSS: bg-[hsl(219,20%,64%)] — CSS variable: --color-primary: hsl(219, 20%, 64%);