HSL(210, 12%, 82%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(210,12%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(210, 12%, 82%) | color: hsl(210, 12%, 82%) | |
| HEX | #CCD1D7 | color: #CCD1D7 | |
| RGB | rgb(204, 209, 215) | color: rgb(204, 209, 215) | |
| CMYK | cmyk(5%, 3%, 0%, 16%) | — | |
| HSV | hsv(213, 5%, 84%) | — | |
| HWB | hwb(213 80% 16%) | color: hwb(213 80% 16%) | |
| OKLCH | oklch(0.8586 0.0099 252.82) | color: oklch(0.8586 0.0099 252.82) | |
| Lab | lab(83.62 -0.57 -3.56) | color: lab(83.62 -0.57 -3.56) | |
| LCH | lch(83.62 3.61 260.9) | color: lch(83.62 3.61 260.9) |
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)
#CECED6 — rgb(206, 206, 214)
Deuteranopia (Green-blind)
#CECED5 — rgb(206, 206, 213)
Tritanopia (Blue-blind)
#CCD4D4 — rgb(204, 212, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(210, 12%, 82%);
text
color: hsl(210, 12%, 82%);
border
border: 2px solid hsl(210, 12%, 82%);
gradient light
background: linear-gradient(to right, hsl(210, 12%, 100%), hsl(210, 12%, 82%));
gradient dark
background: linear-gradient(to right, hsl(210, 12%, 82%), hsl(210, 12%, 62%))
hex
background-color: #CCD1D7;
tailwind
bg-[hsl(210,12%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(210, 12%, 82%, 0.4);
css variable
--color-primary: hsl(210, 12%, 82%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(210, 12%, 82%)?
HEX: #CCD1D7 | RGB: rgb(204, 209, 215) | CMYK: 5%, 3%, 0%, 16% | HSV: 213°, 5%, 84%. Copy any format from the conversion table above.
What colors go well with #CCD1D7?
The complementary color is HSL(30, 12%, 82%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(210, 12%, 82%) in CSS?
As HSL: color: hsl(210, 12%, 82%); — As HEX: color: #CCD1D7; — As RGB: color: rgb(204, 209, 215); — Tailwind CSS: bg-[hsl(210,12%,82%)] — CSS variable: --color-primary: hsl(210, 12%, 82%);