HSL(266, 60%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(266,60%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 60%, 83%) | color: hsl(266, 60%, 83%) | |
| HEX | #D0BAEE | color: #D0BAEE | |
| RGB | rgb(208, 186, 238) | color: rgb(208, 186, 238) | |
| CMYK | cmyk(13%, 22%, 0%, 7%) | — | |
| HSV | hsv(265, 22%, 93%) | — | |
| HWB | hwb(265 73% 7%) | color: hwb(265 73% 7%) | |
| OKLCH | oklch(0.8246 0.0754 304.06) | color: oklch(0.8246 0.0754 304.06) | |
| Lab | lab(78.87 17.61 -22.96) | color: lab(78.87 17.61 -22.96) | |
| LCH | lch(78.87 28.94 307.49) | color: lch(78.87 28.94 307.49) |
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)
#C6C6E1 — rgb(198, 198, 225)
Deuteranopia (Green-blind)
#C8C9DE — rgb(200, 201, 222)
Tritanopia (Blue-blind)
#CFD7D5 — rgb(207, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 60%, 83%);
text
color: hsl(266, 60%, 83%);
border
border: 2px solid hsl(266, 60%, 83%);
gradient light
background: linear-gradient(to right, hsl(266, 60%, 100%), hsl(266, 60%, 83%));
gradient dark
background: linear-gradient(to right, hsl(266, 60%, 83%), hsl(266, 60%, 63%))
hex
background-color: #D0BAEE;
tailwind
bg-[hsl(266,60%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 60%, 83%, 0.4);
css variable
--color-primary: hsl(266, 60%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 60%, 83%)?
HEX: #D0BAEE | RGB: rgb(208, 186, 238) | CMYK: 13%, 22%, 0%, 7% | HSV: 265°, 22%, 93%. Copy any format from the conversion table above.
What colors go well with #D0BAEE?
The complementary color is HSL(86, 60%, 83%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 60%, 83%) in CSS?
As HSL: color: hsl(266, 60%, 83%); — As HEX: color: #D0BAEE; — As RGB: color: rgb(208, 186, 238); — Tailwind CSS: bg-[hsl(266,60%,83%)] — CSS variable: --color-primary: hsl(266, 60%, 83%);