HSL(167, 14%, 84%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(167,14%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 14%, 84%) | color: hsl(167, 14%, 84%) | |
| HEX | #D0DCD9 | color: #D0DCD9 | |
| RGB | rgb(208, 220, 217) | color: rgb(208, 220, 217) | |
| CMYK | cmyk(5%, 0%, 1%, 14%) | — | |
| HSV | hsv(165, 5%, 86%) | — | |
| HWB | hwb(165 82% 14%) | color: hwb(165 82% 14%) | |
| OKLCH | oklch(0.8845 0.0135 179.42) | color: oklch(0.8845 0.0135 179.42) | |
| Lab | lab(86.8 -4.58 0.08) | color: lab(86.8 -4.58 0.08) | |
| LCH | lch(86.8 4.58 179) | color: lch(86.8 4.58 179) |
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)
#D5D5DA — rgb(213, 213, 218)
Deuteranopia (Green-blind)
#D5D4DA — rgb(213, 212, 218)
Tritanopia (Blue-blind)
#D1DADA — rgb(209, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 14%, 84%);
text
color: hsl(167, 14%, 84%);
border
border: 2px solid hsl(167, 14%, 84%);
gradient light
background: linear-gradient(to right, hsl(167, 14%, 100%), hsl(167, 14%, 84%));
gradient dark
background: linear-gradient(to right, hsl(167, 14%, 84%), hsl(167, 14%, 64%))
hex
background-color: #D0DCD9;
tailwind
bg-[hsl(167,14%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 14%, 84%, 0.4);
css variable
--color-primary: hsl(167, 14%, 84%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 14%, 84%)?
HEX: #D0DCD9 | RGB: rgb(208, 220, 217) | CMYK: 5%, 0%, 1%, 14% | HSV: 165°, 5%, 86%. Copy any format from the conversion table above.
What colors go well with #D0DCD9?
The complementary color is HSL(347, 14%, 84%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 14%, 84%) in CSS?
As HSL: color: hsl(167, 14%, 84%); — As HEX: color: #D0DCD9; — As RGB: color: rgb(208, 220, 217); — Tailwind CSS: bg-[hsl(167,14%,84%)] — CSS variable: --color-primary: hsl(167, 14%, 84%);