HSL(280, 70%, 70%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,70%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 70%, 70%) | color: hsl(280, 70%, 70%) | |
| HEX | #C47DE8 | color: #C47DE8 | |
| RGB | rgb(196, 125, 232) | color: rgb(196, 125, 232) | |
| CMYK | cmyk(16%, 46%, 0%, 9%) | — | |
| HSV | hsv(280, 46%, 91%) | — | |
| HWB | hwb(280 49% 9%) | color: hwb(280 49% 9%) | |
| OKLCH | oklch(0.7045 0.1663 313.4) | color: oklch(0.7045 0.1663 313.4) | |
| Lab | lab(63.53 45.91 -43.49) | color: lab(63.53 45.91 -43.49) | |
| LCH | lch(63.53 63.24 316.55) | color: lch(63.53 63.24 316.55) |
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)
#A5A5CE — rgb(165, 165, 206)
Deuteranopia (Green-blind)
#A9AFC8 — rgb(169, 175, 200)
Tritanopia (Blue-blind)
#C0BAB5 — rgb(192, 186, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 70%, 70%);
text
color: hsl(280, 70%, 70%);
border
border: 2px solid hsl(280, 70%, 70%);
gradient light
background: linear-gradient(to right, hsl(280, 70%, 90%), hsl(280, 70%, 70%));
gradient dark
background: linear-gradient(to right, hsl(280, 70%, 70%), hsl(280, 70%, 50%))
hex
background-color: #C47DE8;
tailwind
bg-[hsl(280,70%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 70%, 70%, 0.4);
css variable
--color-primary: hsl(280, 70%, 70%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 70%, 70%)?
HEX: #C47DE8 | RGB: rgb(196, 125, 232) | CMYK: 16%, 46%, 0%, 9% | HSV: 280°, 46%, 91%. Copy any format from the conversion table above.
What colors go well with #C47DE8?
The complementary color is HSL(100, 70%, 70%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 70%, 70%) in CSS?
As HSL: color: hsl(280, 70%, 70%); — As HEX: color: #C47DE8; — As RGB: color: rgb(196, 125, 232); — Tailwind CSS: bg-[hsl(280,70%,70%)] — CSS variable: --color-primary: hsl(280, 70%, 70%);