HSL(281, 57%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,57%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 57%, 83%) | color: hsl(281, 57%, 83%) | |
| HEX | #DDBBEC | color: #DDBBEC | |
| RGB | rgb(221, 187, 236) | color: rgb(221, 187, 236) | |
| CMYK | cmyk(6%, 21%, 0%, 7%) | — | |
| HSV | hsv(282, 21%, 93%) | — | |
| HWB | hwb(282 73% 7%) | color: hwb(282 73% 7%) | |
| OKLCH | oklch(0.837 0.0764 315.46) | color: oklch(0.837 0.0764 315.46) | |
| Lab | lab(80.16 20.83 -19.81) | color: lab(80.16 20.83 -19.81) | |
| LCH | lch(80.16 28.75 316.44) | color: lch(80.16 28.75 316.44) |
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)
#CECEE0 — rgb(206, 206, 224)
Deuteranopia (Green-blind)
#D0D3DD — rgb(208, 211, 221)
Tritanopia (Blue-blind)
#DBD7D5 — rgb(219, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 57%, 83%);
text
color: hsl(281, 57%, 83%);
border
border: 2px solid hsl(281, 57%, 83%);
gradient light
background: linear-gradient(to right, hsl(281, 57%, 100%), hsl(281, 57%, 83%));
gradient dark
background: linear-gradient(to right, hsl(281, 57%, 83%), hsl(281, 57%, 63%))
hex
background-color: #DDBBEC;
tailwind
bg-[hsl(281,57%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 57%, 83%, 0.4);
css variable
--color-primary: hsl(281, 57%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 57%, 83%)?
HEX: #DDBBEC | RGB: rgb(221, 187, 236) | CMYK: 6%, 21%, 0%, 7% | HSV: 282°, 21%, 93%. Copy any format from the conversion table above.
What colors go well with #DDBBEC?
The complementary color is HSL(101, 57%, 83%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 57%, 83%) in CSS?
As HSL: color: hsl(281, 57%, 83%); — As HEX: color: #DDBBEC; — As RGB: color: rgb(221, 187, 236); — Tailwind CSS: bg-[hsl(281,57%,83%)] — CSS variable: --color-primary: hsl(281, 57%, 83%);