HSL(220, 40%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(220,40%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 40%, 67%) | color: hsl(220, 40%, 67%) | |
| HEX | #89A0CD | color: #89A0CD | |
| RGB | rgb(137, 160, 205) | color: rgb(137, 160, 205) | |
| CMYK | cmyk(33%, 22%, 0%, 20%) | — | |
| HSV | hsv(220, 33%, 80%) | — | |
| HWB | hwb(220 54% 20%) | color: hwb(220 54% 20%) | |
| OKLCH | oklch(0.7046 0.0712 263.56) | color: oklch(0.7046 0.0712 263.56) | |
| Lab | lab(65.64 2.68 -25.62) | color: lab(65.64 2.68 -25.62) | |
| LCH | lch(65.64 25.76 275.97) | color: lch(65.64 25.76 275.97) |
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)
#9393C2 — rgb(147, 147, 194)
Deuteranopia (Green-blind)
#9290C0 — rgb(146, 144, 192)
Tritanopia (Blue-blind)
#8ABAB8 — rgb(138, 186, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 40%, 67%);
text
color: hsl(220, 40%, 67%);
border
border: 2px solid hsl(220, 40%, 67%);
gradient light
background: linear-gradient(to right, hsl(220, 40%, 87%), hsl(220, 40%, 67%));
gradient dark
background: linear-gradient(to right, hsl(220, 40%, 67%), hsl(220, 40%, 47%))
hex
background-color: #89A0CD;
tailwind
bg-[hsl(220,40%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 40%, 67%, 0.4);
css variable
--color-primary: hsl(220, 40%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 40%, 67%)?
HEX: #89A0CD | RGB: rgb(137, 160, 205) | CMYK: 33%, 22%, 0%, 20% | HSV: 220°, 33%, 80%. Copy any format from the conversion table above.
What colors go well with #89A0CD?
The complementary color is HSL(40, 40%, 67%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(220, 40%, 67%) in CSS?
As HSL: color: hsl(220, 40%, 67%); — As HEX: color: #89A0CD; — As RGB: color: rgb(137, 160, 205); — Tailwind CSS: bg-[hsl(220,40%,67%)] — CSS variable: --color-primary: hsl(220, 40%, 67%);