HSL(281, 46%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,46%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 46%, 83%) | color: hsl(281, 46%, 83%) | |
| HEX | #DBC0E8 | color: #DBC0E8 | |
| RGB | rgb(219, 192, 232) | color: rgb(219, 192, 232) | |
| CMYK | cmyk(6%, 17%, 0%, 9%) | — | |
| HSV | hsv(281, 17%, 91%) | — | |
| HWB | hwb(281 76% 9%) | color: hwb(281 76% 9%) | |
| OKLCH | oklch(0.8432 0.062 314.8) | color: oklch(0.8432 0.062 314.8) | |
| Lab | lab(81.06 16.71 -16.32) | color: lab(81.06 16.71 -16.32) | |
| LCH | lch(81.06 23.36 315.68) | color: lch(81.06 23.36 315.68) |
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)
#CFCFDE — rgb(207, 207, 222)
Deuteranopia (Green-blind)
#D1D3DC — rgb(209, 211, 220)
Tritanopia (Blue-blind)
#DAD7D5 — rgb(218, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 46%, 83%);
text
color: hsl(281, 46%, 83%);
border
border: 2px solid hsl(281, 46%, 83%);
gradient light
background: linear-gradient(to right, hsl(281, 46%, 100%), hsl(281, 46%, 83%));
gradient dark
background: linear-gradient(to right, hsl(281, 46%, 83%), hsl(281, 46%, 63%))
hex
background-color: #DBC0E8;
tailwind
bg-[hsl(281,46%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 46%, 83%, 0.4);
css variable
--color-primary: hsl(281, 46%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 46%, 83%)?
HEX: #DBC0E8 | RGB: rgb(219, 192, 232) | CMYK: 6%, 17%, 0%, 9% | HSV: 281°, 17%, 91%. Copy any format from the conversion table above.
What colors go well with #DBC0E8?
The complementary color is HSL(101, 46%, 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, 46%, 83%) in CSS?
As HSL: color: hsl(281, 46%, 83%); — As HEX: color: #DBC0E8; — As RGB: color: rgb(219, 192, 232); — Tailwind CSS: bg-[hsl(281,46%,83%)] — CSS variable: --color-primary: hsl(281, 46%, 83%);