HSL(231, 19%, 84%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(231,19%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 19%, 84%) | color: hsl(231, 19%, 84%) | |
| HEX | #CED1DE | color: #CED1DE | |
| RGB | rgb(206, 209, 222) | color: rgb(206, 209, 222) | |
| CMYK | cmyk(7%, 6%, 0%, 13%) | — | |
| HSV | hsv(229, 7%, 87%) | — | |
| HWB | hwb(229 81% 13%) | color: hwb(229 81% 13%) | |
| OKLCH | oklch(0.8623 0.0182 275.61) | color: oklch(0.8623 0.0182 275.61) | |
| Lab | lab(83.96 1.43 -6.76) | color: lab(83.96 1.43 -6.76) | |
| LCH | lch(83.96 6.91 281.94) | color: lch(83.96 6.91 281.94) |
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)
#CFCFDB — rgb(207, 207, 219)
Deuteranopia (Green-blind)
#CFCFDA — rgb(207, 207, 218)
Tritanopia (Blue-blind)
#CED8D8 — rgb(206, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 19%, 84%);
text
color: hsl(231, 19%, 84%);
border
border: 2px solid hsl(231, 19%, 84%);
gradient light
background: linear-gradient(to right, hsl(231, 19%, 100%), hsl(231, 19%, 84%));
gradient dark
background: linear-gradient(to right, hsl(231, 19%, 84%), hsl(231, 19%, 64%))
hex
background-color: #CED1DE;
tailwind
bg-[hsl(231,19%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 19%, 84%, 0.4);
css variable
--color-primary: hsl(231, 19%, 84%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 19%, 84%)?
HEX: #CED1DE | RGB: rgb(206, 209, 222) | CMYK: 7%, 6%, 0%, 13% | HSV: 229°, 7%, 87%. Copy any format from the conversion table above.
What colors go well with #CED1DE?
The complementary color is HSL(51, 19%, 84%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 19%, 84%) in CSS?
As HSL: color: hsl(231, 19%, 84%); — As HEX: color: #CED1DE; — As RGB: color: rgb(206, 209, 222); — Tailwind CSS: bg-[hsl(231,19%,84%)] — CSS variable: --color-primary: hsl(231, 19%, 84%);