HSL(221, 20%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,20%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 20%, 61%) | color: hsl(221, 20%, 61%) | |
| HEX | #8894AF | color: #8894AF | |
| RGB | rgb(136, 148, 175) | color: rgb(136, 148, 175) | |
| CMYK | cmyk(22%, 15%, 0%, 31%) | — | |
| HSV | hsv(222, 22%, 69%) | — | |
| HWB | hwb(222 54% 31%) | color: hwb(222 54% 31%) | |
| OKLCH | oklch(0.6663 0.0425 266.32) | color: oklch(0.6663 0.0425 266.32) | |
| Lab | lab(61.23 1.7 -15.54) | color: lab(61.23 1.7 -15.54) | |
| LCH | lch(61.23 15.63 276.24) | color: lch(61.23 15.63 276.24) |
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)
#8D8DA8 — rgb(141, 141, 168)
Deuteranopia (Green-blind)
#8D8CA7 — rgb(141, 140, 167)
Tritanopia (Blue-blind)
#89A3A2 — rgb(137, 163, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 20%, 61%);
text
color: hsl(221, 20%, 61%);
border
border: 2px solid hsl(221, 20%, 61%);
gradient light
background: linear-gradient(to right, hsl(221, 20%, 81%), hsl(221, 20%, 61%));
gradient dark
background: linear-gradient(to right, hsl(221, 20%, 61%), hsl(221, 20%, 41%))
hex
background-color: #8894AF;
tailwind
bg-[hsl(221,20%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 20%, 61%, 0.4);
css variable
--color-primary: hsl(221, 20%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 20%, 61%)?
HEX: #8894AF | RGB: rgb(136, 148, 175) | CMYK: 22%, 15%, 0%, 31% | HSV: 222°, 22%, 69%. Copy any format from the conversion table above.
What colors go well with #8894AF?
The complementary color is HSL(41, 20%, 61%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 20%, 61%) in CSS?
As HSL: color: hsl(221, 20%, 61%); — As HEX: color: #8894AF; — As RGB: color: rgb(136, 148, 175); — Tailwind CSS: bg-[hsl(221,20%,61%)] — CSS variable: --color-primary: hsl(221, 20%, 61%);