HSL(277, 77%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,77%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 77%, 85%) | color: hsl(277, 77%, 85%) | |
| HEX | #E0BBF6 | color: #E0BBF6 | |
| RGB | rgb(224, 187, 246) | color: rgb(224, 187, 246) | |
| CMYK | cmyk(9%, 24%, 0%, 4%) | — | |
| HSV | hsv(278, 24%, 96%) | — | |
| HWB | hwb(278 73% 4%) | color: hwb(278 73% 4%) | |
| OKLCH | oklch(0.8434 0.0896 312.69) | color: oklch(0.8434 0.0896 312.69) | |
| Lab | lab(80.76 23.76 -24.24) | color: lab(80.76 23.76 -24.24) | |
| LCH | lch(80.76 33.94 314.43) | color: lch(80.76 33.94 314.43) |
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)
#D0D0E8 — rgb(208, 208, 232)
Deuteranopia (Green-blind)
#D2D5E4 — rgb(210, 213, 228)
Tritanopia (Blue-blind)
#DEDCDA — rgb(222, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 77%, 85%);
text
color: hsl(277, 77%, 85%);
border
border: 2px solid hsl(277, 77%, 85%);
gradient light
background: linear-gradient(to right, hsl(277, 77%, 100%), hsl(277, 77%, 85%));
gradient dark
background: linear-gradient(to right, hsl(277, 77%, 85%), hsl(277, 77%, 65%))
hex
background-color: #E0BBF6;
tailwind
bg-[hsl(277,77%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 77%, 85%, 0.4);
css variable
--color-primary: hsl(277, 77%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 77%, 85%)?
HEX: #E0BBF6 | RGB: rgb(224, 187, 246) | CMYK: 9%, 24%, 0%, 4% | HSV: 278°, 24%, 96%. Copy any format from the conversion table above.
What colors go well with #E0BBF6?
The complementary color is HSL(97, 77%, 85%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 77%, 85%) in CSS?
As HSL: color: hsl(277, 77%, 85%); — As HEX: color: #E0BBF6; — As RGB: color: rgb(224, 187, 246); — Tailwind CSS: bg-[hsl(277,77%,85%)] — CSS variable: --color-primary: hsl(277, 77%, 85%);