HSL(202, 14%, 80%)
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(202,14%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 14%, 80%) | color: hsl(202, 14%, 80%) | |
| HEX | #C5CED3 | color: #C5CED3 | |
| RGB | rgb(197, 206, 211) | color: rgb(197, 206, 211) | |
| CMYK | cmyk(7%, 2%, 0%, 17%) | — | |
| HSV | hsv(201, 7%, 83%) | — | |
| HWB | hwb(201 77% 17%) | color: hwb(201 77% 17%) | |
| OKLCH | oklch(0.846 0.0121 231.68) | color: oklch(0.846 0.0121 231.68) | |
| Lab | lab(82.23 -2.1 -3.54) | color: lab(82.23 -2.1 -3.54) | |
| LCH | lch(82.23 4.12 239.32) | color: lch(82.23 4.12 239.32) |
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)
#C9C9D2 — rgb(201, 201, 210)
Deuteranopia (Green-blind)
#C8C8D2 — rgb(200, 200, 210)
Tritanopia (Blue-blind)
#C5D1D1 — rgb(197, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 14%, 80%);
text
color: hsl(202, 14%, 80%);
border
border: 2px solid hsl(202, 14%, 80%);
gradient light
background: linear-gradient(to right, hsl(202, 14%, 100%), hsl(202, 14%, 80%));
gradient dark
background: linear-gradient(to right, hsl(202, 14%, 80%), hsl(202, 14%, 60%))
hex
background-color: #C5CED3;
tailwind
bg-[hsl(202,14%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 14%, 80%, 0.4);
css variable
--color-primary: hsl(202, 14%, 80%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 14%, 80%)?
HEX: #C5CED3 | RGB: rgb(197, 206, 211) | CMYK: 7%, 2%, 0%, 17% | HSV: 201°, 7%, 83%. Copy any format from the conversion table above.
What colors go well with #C5CED3?
The complementary color is HSL(22, 14%, 80%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 14%, 80%) in CSS?
As HSL: color: hsl(202, 14%, 80%); — As HEX: color: #C5CED3; — As RGB: color: rgb(197, 206, 211); — Tailwind CSS: bg-[hsl(202,14%,80%)] — CSS variable: --color-primary: hsl(202, 14%, 80%);