HSL(274, 89%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,89%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 89%, 78%) | color: hsl(274, 89%, 78%) | |
| HEX | #CE95F9 | color: #CE95F9 | |
| RGB | rgb(206, 149, 249) | color: rgb(206, 149, 249) | |
| CMYK | cmyk(17%, 40%, 0%, 2%) | — | |
| HSV | hsv(274, 40%, 98%) | — | |
| HWB | hwb(274 59% 2%) | color: hwb(274 59% 2%) | |
| OKLCH | oklch(0.7616 0.1502 309.44) | color: oklch(0.7616 0.1502 309.44) | |
| Lab | lab(70.49 39.49 -41.85) | color: lab(70.49 39.49 -41.85) | |
| LCH | lch(70.49 57.54 313.34) | color: lch(70.49 57.54 313.34) |
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)
#B5B5E1 — rgb(181, 181, 225)
Deuteranopia (Green-blind)
#B9BDDB — rgb(185, 189, 219)
Tritanopia (Blue-blind)
#CBCECA — rgb(203, 206, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 89%, 78%);
text
color: hsl(274, 89%, 78%);
border
border: 2px solid hsl(274, 89%, 78%);
gradient light
background: linear-gradient(to right, hsl(274, 89%, 98%), hsl(274, 89%, 78%));
gradient dark
background: linear-gradient(to right, hsl(274, 89%, 78%), hsl(274, 89%, 58%))
hex
background-color: #CE95F9;
tailwind
bg-[hsl(274,89%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 89%, 78%, 0.4);
css variable
--color-primary: hsl(274, 89%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 89%, 78%)?
HEX: #CE95F9 | RGB: rgb(206, 149, 249) | CMYK: 17%, 40%, 0%, 2% | HSV: 274°, 40%, 98%. Copy any format from the conversion table above.
What colors go well with #CE95F9?
The complementary color is HSL(94, 89%, 78%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 89%, 78%) in CSS?
As HSL: color: hsl(274, 89%, 78%); — As HEX: color: #CE95F9; — As RGB: color: rgb(206, 149, 249); — Tailwind CSS: bg-[hsl(274,89%,78%)] — CSS variable: --color-primary: hsl(274, 89%, 78%);