HSL(278, 90%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,90%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 90%, 69%) | color: hsl(278, 90%, 69%) | |
| HEX | #C369F7 | color: #C369F7 | |
| RGB | rgb(195, 105, 247) | color: rgb(195, 105, 247) | |
| CMYK | cmyk(21%, 57%, 0%, 3%) | — | |
| HSV | hsv(278, 57%, 97%) | — | |
| HWB | hwb(278 42% 3%) | color: hwb(278 42% 3%) | |
| OKLCH | oklch(0.6826 0.213 311.28) | color: oklch(0.6826 0.213 311.28) | |
| Lab | lab(60.27 59.05 -56.98) | color: lab(60.27 59.05 -56.98) | |
| LCH | lch(60.27 82.06 316.02) | color: lch(60.27 82.06 316.02) |
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)
#9C9BD5 — rgb(156, 155, 213)
Deuteranopia (Green-blind)
#A1A8CC — rgb(161, 168, 204)
Tritanopia (Blue-blind)
#BFBAB4 — rgb(191, 186, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 90%, 69%);
text
color: hsl(278, 90%, 69%);
border
border: 2px solid hsl(278, 90%, 69%);
gradient light
background: linear-gradient(to right, hsl(278, 90%, 89%), hsl(278, 90%, 69%));
gradient dark
background: linear-gradient(to right, hsl(278, 90%, 69%), hsl(278, 90%, 49%))
hex
background-color: #C369F7;
tailwind
bg-[hsl(278,90%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 90%, 69%, 0.4);
css variable
--color-primary: hsl(278, 90%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 90%, 69%)?
HEX: #C369F7 | RGB: rgb(195, 105, 247) | CMYK: 21%, 57%, 0%, 3% | HSV: 278°, 57%, 97%. Copy any format from the conversion table above.
What colors go well with #C369F7?
The complementary color is HSL(98, 90%, 69%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 90%, 69%) in CSS?
As HSL: color: hsl(278, 90%, 69%); — As HEX: color: #C369F7; — As RGB: color: rgb(195, 105, 247); — Tailwind CSS: bg-[hsl(278,90%,69%)] — CSS variable: --color-primary: hsl(278, 90%, 69%);