HSL(274, 20%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,20%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 20%, 82%) | color: hsl(274, 20%, 82%) | |
| HEX | #D2C8DA | color: #D2C8DA | |
| RGB | rgb(210, 200, 218) | color: rgb(210, 200, 218) | |
| CMYK | cmyk(4%, 8%, 0%, 15%) | — | |
| HSV | hsv(273, 8%, 85%) | — | |
| HWB | hwb(273 78% 15%) | color: hwb(273 78% 15%) | |
| OKLCH | oklch(0.8463 0.0269 310.37) | color: oklch(0.8463 0.0269 310.37) | |
| Lab | lab(81.88 6.76 -7.68) | color: lab(81.88 6.76 -7.68) | |
| LCH | lch(81.88 10.23 311.35) | color: lch(81.88 10.23 311.35) |
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)
#CECED6 — rgb(206, 206, 214)
Deuteranopia (Green-blind)
#CECFD5 — rgb(206, 207, 213)
Tritanopia (Blue-blind)
#D2D2D1 — rgb(210, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 20%, 82%);
text
color: hsl(274, 20%, 82%);
border
border: 2px solid hsl(274, 20%, 82%);
gradient light
background: linear-gradient(to right, hsl(274, 20%, 100%), hsl(274, 20%, 82%));
gradient dark
background: linear-gradient(to right, hsl(274, 20%, 82%), hsl(274, 20%, 62%))
hex
background-color: #D2C8DA;
tailwind
bg-[hsl(274,20%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 20%, 82%, 0.4);
css variable
--color-primary: hsl(274, 20%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 20%, 82%)?
HEX: #D2C8DA | RGB: rgb(210, 200, 218) | CMYK: 4%, 8%, 0%, 15% | HSV: 273°, 8%, 85%. Copy any format from the conversion table above.
What colors go well with #D2C8DA?
The complementary color is HSL(94, 20%, 82%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 20%, 82%) in CSS?
As HSL: color: hsl(274, 20%, 82%); — As HEX: color: #D2C8DA; — As RGB: color: rgb(210, 200, 218); — Tailwind CSS: bg-[hsl(274,20%,82%)] — CSS variable: --color-primary: hsl(274, 20%, 82%);