HSL(277, 11%, 82%)
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(277,11%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 11%, 82%) | color: hsl(277, 11%, 82%) | |
| HEX | #D2CCD6 | color: #D2CCD6 | |
| RGB | rgb(210, 204, 214) | color: rgb(210, 204, 214) | |
| CMYK | cmyk(2%, 5%, 0%, 16%) | — | |
| HSV | hsv(276, 5%, 84%) | — | |
| HWB | hwb(276 80% 16%) | color: hwb(276 80% 16%) | |
| OKLCH | oklch(0.853 0.0151 312.23) | color: oklch(0.853 0.0151 312.23) | |
| Lab | lab(82.78 3.89 -4.22) | color: lab(82.78 3.89 -4.22) | |
| LCH | lch(82.78 5.74 312.67) | color: lch(82.78 5.74 312.67) |
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)
#CFCFD4 — rgb(207, 207, 212)
Deuteranopia (Green-blind)
#D0D0D3 — rgb(208, 208, 211)
Tritanopia (Blue-blind)
#D2D2D1 — rgb(210, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 11%, 82%);
text
color: hsl(277, 11%, 82%);
border
border: 2px solid hsl(277, 11%, 82%);
gradient light
background: linear-gradient(to right, hsl(277, 11%, 100%), hsl(277, 11%, 82%));
gradient dark
background: linear-gradient(to right, hsl(277, 11%, 82%), hsl(277, 11%, 62%))
hex
background-color: #D2CCD6;
tailwind
bg-[hsl(277,11%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 11%, 82%, 0.4);
css variable
--color-primary: hsl(277, 11%, 82%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 11%, 82%)?
HEX: #D2CCD6 | RGB: rgb(210, 204, 214) | CMYK: 2%, 5%, 0%, 16% | HSV: 276°, 5%, 84%. Copy any format from the conversion table above.
What colors go well with #D2CCD6?
The complementary color is HSL(97, 11%, 82%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 11%, 82%) in CSS?
As HSL: color: hsl(277, 11%, 82%); — As HEX: color: #D2CCD6; — As RGB: color: rgb(210, 204, 214); — Tailwind CSS: bg-[hsl(277,11%,82%)] — CSS variable: --color-primary: hsl(277, 11%, 82%);