HSL(219, 30%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,30%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 30%, 64%) | color: hsl(219, 30%, 64%) | |
| HEX | #889BBF | color: #889BBF | |
| RGB | rgb(136, 155, 191) | color: rgb(136, 155, 191) | |
| CMYK | cmyk(29%, 19%, 0%, 25%) | — | |
| HSV | hsv(219, 29%, 75%) | — | |
| HWB | hwb(219 53% 25%) | color: hwb(219 53% 25%) | |
| OKLCH | oklch(0.6875 0.0575 263.09) | color: oklch(0.6875 0.0575 263.09) | |
| Lab | lab(63.7 1.65 -20.79) | color: lab(63.7 1.65 -20.79) | |
| LCH | lch(63.7 20.86 274.54) | color: lch(63.7 20.86 274.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)
#9090B6 — rgb(144, 144, 182)
Deuteranopia (Green-blind)
#8F8EB4 — rgb(143, 142, 180)
Tritanopia (Blue-blind)
#89AFAE — rgb(137, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 30%, 64%);
text
color: hsl(219, 30%, 64%);
border
border: 2px solid hsl(219, 30%, 64%);
gradient light
background: linear-gradient(to right, hsl(219, 30%, 84%), hsl(219, 30%, 64%));
gradient dark
background: linear-gradient(to right, hsl(219, 30%, 64%), hsl(219, 30%, 44%))
hex
background-color: #889BBF;
tailwind
bg-[hsl(219,30%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 30%, 64%, 0.4);
css variable
--color-primary: hsl(219, 30%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 30%, 64%)?
HEX: #889BBF | RGB: rgb(136, 155, 191) | CMYK: 29%, 19%, 0%, 25% | HSV: 219°, 29%, 75%. Copy any format from the conversion table above.
What colors go well with #889BBF?
The complementary color is HSL(39, 30%, 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, 30%, 64%) in CSS?
As HSL: color: hsl(219, 30%, 64%); — As HEX: color: #889BBF; — As RGB: color: rgb(136, 155, 191); — Tailwind CSS: bg-[hsl(219,30%,64%)] — CSS variable: --color-primary: hsl(219, 30%, 64%);