HSL(261, 68%, 84%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,68%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 68%, 84%) | color: hsl(261, 68%, 84%) | |
| HEX | #CEBAF2 | color: #CEBAF2 | |
| RGB | rgb(206, 186, 242) | color: rgb(206, 186, 242) | |
| CMYK | cmyk(15%, 23%, 0%, 5%) | — | |
| HSV | hsv(261, 23%, 95%) | — | |
| HWB | hwb(261 73% 5%) | color: hwb(261 73% 5%) | |
| OKLCH | oklch(0.8244 0.0801 301) | color: oklch(0.8244 0.0801 301) | |
| Lab | lab(78.84 17.82 -25.17) | color: lab(78.84 17.82 -25.17) | |
| LCH | lch(78.84 30.84 305.3) | color: lch(78.84 30.84 305.3) |
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)
#C5C5E4 — rgb(197, 197, 228)
Deuteranopia (Green-blind)
#C7C8E1 — rgb(199, 200, 225)
Tritanopia (Blue-blind)
#CDDAD7 — rgb(205, 218, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 68%, 84%);
text
color: hsl(261, 68%, 84%);
border
border: 2px solid hsl(261, 68%, 84%);
gradient light
background: linear-gradient(to right, hsl(261, 68%, 100%), hsl(261, 68%, 84%));
gradient dark
background: linear-gradient(to right, hsl(261, 68%, 84%), hsl(261, 68%, 64%))
hex
background-color: #CEBAF2;
tailwind
bg-[hsl(261,68%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 68%, 84%, 0.4);
css variable
--color-primary: hsl(261, 68%, 84%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 68%, 84%)?
HEX: #CEBAF2 | RGB: rgb(206, 186, 242) | CMYK: 15%, 23%, 0%, 5% | HSV: 261°, 23%, 95%. Copy any format from the conversion table above.
What colors go well with #CEBAF2?
The complementary color is HSL(81, 68%, 84%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 68%, 84%) in CSS?
As HSL: color: hsl(261, 68%, 84%); — As HEX: color: #CEBAF2; — As RGB: color: rgb(206, 186, 242); — Tailwind CSS: bg-[hsl(261,68%,84%)] — CSS variable: --color-primary: hsl(261, 68%, 84%);