HSL(282, 10%, 79%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(282,10%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 10%, 79%) | color: hsl(282, 10%, 79%) | |
| HEX | #CCC4CF | color: #CCC4CF | |
| RGB | rgb(204, 196, 207) | color: rgb(204, 196, 207) | |
| CMYK | cmyk(1%, 5%, 0%, 19%) | — | |
| HSV | hsv(284, 5%, 81%) | — | |
| HWB | hwb(284 77% 19%) | color: hwb(284 77% 19%) | |
| OKLCH | oklch(0.8301 0.0175 316.93) | color: oklch(0.8301 0.0175 316.93) | |
| Lab | lab(80.08 4.79 -4.49) | color: lab(80.08 4.79 -4.49) | |
| LCH | lch(80.08 6.57 316.85) | color: lch(80.08 6.57 316.85) |
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)
#C9C8CC — rgb(201, 200, 204)
Deuteranopia (Green-blind)
#C9CACC — rgb(201, 202, 204)
Tritanopia (Blue-blind)
#CCCACA — rgb(204, 202, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 10%, 79%);
text
color: hsl(282, 10%, 79%);
border
border: 2px solid hsl(282, 10%, 79%);
gradient light
background: linear-gradient(to right, hsl(282, 10%, 99%), hsl(282, 10%, 79%));
gradient dark
background: linear-gradient(to right, hsl(282, 10%, 79%), hsl(282, 10%, 59%))
hex
background-color: #CCC4CF;
tailwind
bg-[hsl(282,10%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 10%, 79%, 0.4);
css variable
--color-primary: hsl(282, 10%, 79%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 10%, 79%)?
HEX: #CCC4CF | RGB: rgb(204, 196, 207) | CMYK: 1%, 5%, 0%, 19% | HSV: 284°, 5%, 81%. Copy any format from the conversion table above.
What colors go well with #CCC4CF?
The complementary color is HSL(102, 10%, 79%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 10%, 79%) in CSS?
As HSL: color: hsl(282, 10%, 79%); — As HEX: color: #CCC4CF; — As RGB: color: rgb(204, 196, 207); — Tailwind CSS: bg-[hsl(282,10%,79%)] — CSS variable: --color-primary: hsl(282, 10%, 79%);