HSL(15, 5%, 80%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(15,5%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 5%, 80%) | color: hsl(15, 5%, 80%) | |
| HEX | #CFCBC9 | color: #CFCBC9 | |
| RGB | rgb(207, 203, 201) | color: rgb(207, 203, 201) | |
| CMYK | cmyk(0%, 2%, 3%, 19%) | — | |
| HSV | hsv(20, 3%, 81%) | — | |
| HWB | hwb(20 79% 19%) | color: hwb(20 79% 19%) | |
| OKLCH | oklch(0.8447 0.0052 48.67) | color: oklch(0.8447 0.0052 48.67) | |
| Lab | lab(81.94 1.02 1.48) | color: lab(81.94 1.02 1.48) | |
| LCH | lch(81.94 1.8 55.43) | color: lch(81.94 1.8 55.43) |
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)
#CDCDC9 — rgb(205, 205, 201)
Deuteranopia (Green-blind)
#CECECA — rgb(206, 206, 202)
Tritanopia (Blue-blind)
#CFCACA — rgb(207, 202, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 5%, 80%);
text
color: hsl(15, 5%, 80%);
border
border: 2px solid hsl(15, 5%, 80%);
gradient light
background: linear-gradient(to right, hsl(15, 5%, 100%), hsl(15, 5%, 80%));
gradient dark
background: linear-gradient(to right, hsl(15, 5%, 80%), hsl(15, 5%, 60%))
hex
background-color: #CFCBC9;
tailwind
bg-[hsl(15,5%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 5%, 80%, 0.4);
css variable
--color-primary: hsl(15, 5%, 80%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(15, 5%, 80%)?
HEX: #CFCBC9 | RGB: rgb(207, 203, 201) | CMYK: 0%, 2%, 3%, 19% | HSV: 20°, 3%, 81%. Copy any format from the conversion table above.
What colors go well with #CFCBC9?
The complementary color is HSL(195, 5%, 80%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 5%, 80%) in CSS?
As HSL: color: hsl(15, 5%, 80%); — As HEX: color: #CFCBC9; — As RGB: color: rgb(207, 203, 201); — Tailwind CSS: bg-[hsl(15,5%,80%)] — CSS variable: --color-primary: hsl(15, 5%, 80%);