HSL(278, 36%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,36%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 36%, 85%) | color: hsl(278, 36%, 85%) | |
| HEX | #DCCBE7 | color: #DCCBE7 | |
| RGB | rgb(220, 203, 231) | color: rgb(220, 203, 231) | |
| CMYK | cmyk(5%, 12%, 0%, 9%) | — | |
| HSV | hsv(276, 12%, 91%) | — | |
| HWB | hwb(276 80% 9%) | color: hwb(276 80% 9%) | |
| OKLCH | oklch(0.8646 0.0423 312.28) | color: oklch(0.8646 0.0423 312.28) | |
| Lab | lab(83.81 10.97 -11.67) | color: lab(83.81 10.97 -11.67) | |
| LCH | lch(83.81 16.02 313.23) | color: lch(83.81 16.02 313.23) |
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)
#D5D4E0 — rgb(213, 212, 224)
Deuteranopia (Green-blind)
#D6D7DF — rgb(214, 215, 223)
Tritanopia (Blue-blind)
#DBDBDA — rgb(219, 219, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 36%, 85%);
text
color: hsl(278, 36%, 85%);
border
border: 2px solid hsl(278, 36%, 85%);
gradient light
background: linear-gradient(to right, hsl(278, 36%, 100%), hsl(278, 36%, 85%));
gradient dark
background: linear-gradient(to right, hsl(278, 36%, 85%), hsl(278, 36%, 65%))
hex
background-color: #DCCBE7;
tailwind
bg-[hsl(278,36%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 36%, 85%, 0.4);
css variable
--color-primary: hsl(278, 36%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 36%, 85%)?
HEX: #DCCBE7 | RGB: rgb(220, 203, 231) | CMYK: 5%, 12%, 0%, 9% | HSV: 276°, 12%, 91%. Copy any format from the conversion table above.
What colors go well with #DCCBE7?
The complementary color is HSL(98, 36%, 85%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 36%, 85%) in CSS?
As HSL: color: hsl(278, 36%, 85%); — As HEX: color: #DCCBE7; — As RGB: color: rgb(220, 203, 231); — Tailwind CSS: bg-[hsl(278,36%,85%)] — CSS variable: --color-primary: hsl(278, 36%, 85%);