HSL(265, 94%, 84%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,94%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 94%, 84%) | color: hsl(265, 94%, 84%) | |
| HEX | #D0B0FD | color: #D0B0FD | |
| RGB | rgb(208, 176, 253) | color: rgb(208, 176, 253) | |
| CMYK | cmyk(18%, 30%, 0%, 1%) | — | |
| HSV | hsv(265, 30%, 99%) | — | |
| HWB | hwb(265 69% 1%) | color: hwb(265 69% 1%) | |
| OKLCH | oklch(0.8121 0.1113 303.06) | color: oklch(0.8121 0.1113 303.06) | |
| Lab | lab(77.01 26.24 -33.87) | color: lab(77.01 26.24 -33.87) | |
| LCH | lch(77.01 42.85 307.77) | color: lch(77.01 42.85 307.77) |
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)
#C2C2EA — rgb(194, 194, 234)
Deuteranopia (Green-blind)
#C4C6E6 — rgb(196, 198, 230)
Tritanopia (Blue-blind)
#CEDCD8 — rgb(206, 220, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 94%, 84%);
text
color: hsl(265, 94%, 84%);
border
border: 2px solid hsl(265, 94%, 84%);
gradient light
background: linear-gradient(to right, hsl(265, 94%, 100%), hsl(265, 94%, 84%));
gradient dark
background: linear-gradient(to right, hsl(265, 94%, 84%), hsl(265, 94%, 64%))
hex
background-color: #D0B0FD;
tailwind
bg-[hsl(265,94%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 94%, 84%, 0.4);
css variable
--color-primary: hsl(265, 94%, 84%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 94%, 84%)?
HEX: #D0B0FD | RGB: rgb(208, 176, 253) | CMYK: 18%, 30%, 0%, 1% | HSV: 265°, 30%, 99%. Copy any format from the conversion table above.
What colors go well with #D0B0FD?
The complementary color is HSL(85, 94%, 84%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 94%, 84%) in CSS?
As HSL: color: hsl(265, 94%, 84%); — As HEX: color: #D0B0FD; — As RGB: color: rgb(208, 176, 253); — Tailwind CSS: bg-[hsl(265,94%,84%)] — CSS variable: --color-primary: hsl(265, 94%, 84%);