HSL(260, 90%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,90%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 90%, 85%) | color: hsl(260, 90%, 85%) | |
| HEX | #CDB6FB | color: #CDB6FB | |
| RGB | rgb(205, 182, 251) | color: rgb(205, 182, 251) | |
| CMYK | cmyk(18%, 27%, 0%, 2%) | — | |
| HSV | hsv(260, 27%, 98%) | — | |
| HWB | hwb(260 72% 2%) | color: hwb(260 72% 2%) | |
| OKLCH | oklch(0.8197 0.0983 299.52) | color: oklch(0.8197 0.0983 299.52) | |
| Lab | lab(78.11 21.63 -31.12) | color: lab(78.11 21.63 -31.12) | |
| LCH | lch(78.11 37.9 304.8) | color: lch(78.11 37.9 304.8) |
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)
#C3C3EA — rgb(195, 195, 234)
Deuteranopia (Green-blind)
#C4C6E6 — rgb(196, 198, 230)
Tritanopia (Blue-blind)
#CCDDDA — rgb(204, 221, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 90%, 85%);
text
color: hsl(260, 90%, 85%);
border
border: 2px solid hsl(260, 90%, 85%);
gradient light
background: linear-gradient(to right, hsl(260, 90%, 100%), hsl(260, 90%, 85%));
gradient dark
background: linear-gradient(to right, hsl(260, 90%, 85%), hsl(260, 90%, 65%))
hex
background-color: #CDB6FB;
tailwind
bg-[hsl(260,90%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 90%, 85%, 0.4);
css variable
--color-primary: hsl(260, 90%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 90%, 85%)?
HEX: #CDB6FB | RGB: rgb(205, 182, 251) | CMYK: 18%, 27%, 0%, 2% | HSV: 260°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #CDB6FB?
The complementary color is HSL(80, 90%, 85%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 90%, 85%) in CSS?
As HSL: color: hsl(260, 90%, 85%); — As HEX: color: #CDB6FB; — As RGB: color: rgb(205, 182, 251); — Tailwind CSS: bg-[hsl(260,90%,85%)] — CSS variable: --color-primary: hsl(260, 90%, 85%);