HSL(278, 69%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,69%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 69%, 83%) | color: hsl(278, 69%, 83%) | |
| HEX | #DCB6F2 | color: #DCB6F2 | |
| RGB | rgb(220, 182, 242) | color: rgb(220, 182, 242) | |
| CMYK | cmyk(9%, 25%, 0%, 5%) | — | |
| HSV | hsv(278, 25%, 95%) | — | |
| HWB | hwb(278 71% 5%) | color: hwb(278 71% 5%) | |
| OKLCH | oklch(0.8292 0.0917 312.92) | color: oklch(0.8292 0.0917 312.92) | |
| Lab | lab(79.09 24.39 -24.68) | color: lab(79.09 24.39 -24.68) | |
| LCH | lch(79.09 34.7 314.66) | color: lch(79.09 34.7 314.66) |
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)
#CCCBE3 — rgb(204, 203, 227)
Deuteranopia (Green-blind)
#CED1E0 — rgb(206, 209, 224)
Tritanopia (Blue-blind)
#DAD8D6 — rgb(218, 216, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 69%, 83%);
text
color: hsl(278, 69%, 83%);
border
border: 2px solid hsl(278, 69%, 83%);
gradient light
background: linear-gradient(to right, hsl(278, 69%, 100%), hsl(278, 69%, 83%));
gradient dark
background: linear-gradient(to right, hsl(278, 69%, 83%), hsl(278, 69%, 63%))
hex
background-color: #DCB6F2;
tailwind
bg-[hsl(278,69%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 69%, 83%, 0.4);
css variable
--color-primary: hsl(278, 69%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 69%, 83%)?
HEX: #DCB6F2 | RGB: rgb(220, 182, 242) | CMYK: 9%, 25%, 0%, 5% | HSV: 278°, 25%, 95%. Copy any format from the conversion table above.
What colors go well with #DCB6F2?
The complementary color is HSL(98, 69%, 83%). 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, 69%, 83%) in CSS?
As HSL: color: hsl(278, 69%, 83%); — As HEX: color: #DCB6F2; — As RGB: color: rgb(220, 182, 242); — Tailwind CSS: bg-[hsl(278,69%,83%)] — CSS variable: --color-primary: hsl(278, 69%, 83%);