HSL(98, 7%, 80%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(98,7%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 7%, 80%) | color: hsl(98, 7%, 80%) | |
| HEX | #CBD0C8 | color: #CBD0C8 | |
| RGB | rgb(203, 208, 200) | color: rgb(203, 208, 200) | |
| CMYK | cmyk(2%, 0%, 4%, 18%) | — | |
| HSV | hsv(98, 4%, 82%) | — | |
| HWB | hwb(98 79% 18%) | color: hwb(98 79% 18%) | |
| OKLCH | oklch(0.8514 0.0122 133.39) | color: oklch(0.8514 0.0122 133.39) | |
| Lab | lab(82.9 -3.16 3.37) | color: lab(82.9 -3.16 3.37) | |
| LCH | lch(82.9 4.62 133.16) | color: lch(82.9 4.62 133.16) |
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)
#CDCDCA — rgb(205, 205, 202)
Deuteranopia (Green-blind)
#CDCDCA — rgb(205, 205, 202)
Tritanopia (Blue-blind)
#CBCBCC — rgb(203, 203, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 7%, 80%);
text
color: hsl(98, 7%, 80%);
border
border: 2px solid hsl(98, 7%, 80%);
gradient light
background: linear-gradient(to right, hsl(98, 7%, 100%), hsl(98, 7%, 80%));
gradient dark
background: linear-gradient(to right, hsl(98, 7%, 80%), hsl(98, 7%, 60%))
hex
background-color: #CBD0C8;
tailwind
bg-[hsl(98,7%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 7%, 80%, 0.4);
css variable
--color-primary: hsl(98, 7%, 80%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(98, 7%, 80%)?
HEX: #CBD0C8 | RGB: rgb(203, 208, 200) | CMYK: 2%, 0%, 4%, 18% | HSV: 98°, 4%, 82%. Copy any format from the conversion table above.
What colors go well with #CBD0C8?
The complementary color is HSL(278, 7%, 80%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 7%, 80%) in CSS?
As HSL: color: hsl(98, 7%, 80%); — As HEX: color: #CBD0C8; — As RGB: color: rgb(203, 208, 200); — Tailwind CSS: bg-[hsl(98,7%,80%)] — CSS variable: --color-primary: hsl(98, 7%, 80%);