HSL(217, 13%, 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(217,13%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 13%, 80%) | color: hsl(217, 13%, 80%) | |
| HEX | #C5CAD3 | color: #C5CAD3 | |
| RGB | rgb(197, 202, 211) | color: rgb(197, 202, 211) | |
| CMYK | cmyk(7%, 4%, 0%, 17%) | — | |
| HSV | hsv(219, 7%, 83%) | — | |
| HWB | hwb(219 77% 17%) | color: hwb(219 77% 17%) | |
| OKLCH | oklch(0.8378 0.0137 262.37) | color: oklch(0.8378 0.0137 262.37) | |
| Lab | lab(81.19 0 -5.06) | color: lab(81.19 0 -5.06) | |
| LCH | lch(81.19 5.06 270) | color: lch(81.19 5.06 270) |
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)
#C7C7D1 — rgb(199, 199, 209)
Deuteranopia (Green-blind)
#C7C7D0 — rgb(199, 199, 208)
Tritanopia (Blue-blind)
#C5CFCF — rgb(197, 207, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 13%, 80%);
text
color: hsl(217, 13%, 80%);
border
border: 2px solid hsl(217, 13%, 80%);
gradient light
background: linear-gradient(to right, hsl(217, 13%, 100%), hsl(217, 13%, 80%));
gradient dark
background: linear-gradient(to right, hsl(217, 13%, 80%), hsl(217, 13%, 60%))
hex
background-color: #C5CAD3;
tailwind
bg-[hsl(217,13%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 13%, 80%, 0.4);
css variable
--color-primary: hsl(217, 13%, 80%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 13%, 80%)?
HEX: #C5CAD3 | RGB: rgb(197, 202, 211) | CMYK: 7%, 4%, 0%, 17% | HSV: 219°, 7%, 83%. Copy any format from the conversion table above.
What colors go well with #C5CAD3?
The complementary color is HSL(37, 13%, 80%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 13%, 80%) in CSS?
As HSL: color: hsl(217, 13%, 80%); — As HEX: color: #C5CAD3; — As RGB: color: rgb(197, 202, 211); — Tailwind CSS: bg-[hsl(217,13%,80%)] — CSS variable: --color-primary: hsl(217, 13%, 80%);