HSL(209, 29%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(209,29%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(209, 29%, 64%) | color: hsl(209, 29%, 64%) | |
| HEX | #89A4BE | color: #89A4BE | |
| RGB | rgb(137, 164, 190) | color: rgb(137, 164, 190) | |
| CMYK | cmyk(28%, 14%, 0%, 25%) | — | |
| HSV | hsv(209, 28%, 75%) | — | |
| HWB | hwb(209 54% 25%) | color: hwb(209 54% 25%) | |
| OKLCH | oklch(0.7072 0.0486 247.52) | color: oklch(0.7072 0.0486 247.52) | |
| Lab | lab(66.2 -3.31 -16.43) | color: lab(66.2 -3.31 -16.43) | |
| LCH | lch(66.2 16.76 258.61) | color: lch(66.2 16.76 258.61) |
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)
#9595B8 — rgb(149, 149, 184)
Deuteranopia (Green-blind)
#9391B6 — rgb(147, 145, 182)
Tritanopia (Blue-blind)
#8AB3B2 — rgb(138, 179, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(209, 29%, 64%);
text
color: hsl(209, 29%, 64%);
border
border: 2px solid hsl(209, 29%, 64%);
gradient light
background: linear-gradient(to right, hsl(209, 29%, 84%), hsl(209, 29%, 64%));
gradient dark
background: linear-gradient(to right, hsl(209, 29%, 64%), hsl(209, 29%, 44%))
hex
background-color: #89A4BE;
tailwind
bg-[hsl(209,29%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(209, 29%, 64%, 0.4);
css variable
--color-primary: hsl(209, 29%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(209, 29%, 64%)?
HEX: #89A4BE | RGB: rgb(137, 164, 190) | CMYK: 28%, 14%, 0%, 25% | HSV: 209°, 28%, 75%. Copy any format from the conversion table above.
What colors go well with #89A4BE?
The complementary color is HSL(29, 29%, 64%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(209, 29%, 64%) in CSS?
As HSL: color: hsl(209, 29%, 64%); — As HEX: color: #89A4BE; — As RGB: color: rgb(137, 164, 190); — Tailwind CSS: bg-[hsl(209,29%,64%)] — CSS variable: --color-primary: hsl(209, 29%, 64%);