HSL(283, 80%, 70%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,80%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 80%, 70%) | color: hsl(283, 80%, 70%) | |
| HEX | #CD75F0 | color: #CD75F0 | |
| RGB | rgb(205, 117, 240) | color: rgb(205, 117, 240) | |
| CMYK | cmyk(15%, 51%, 0%, 6%) | — | |
| HSV | hsv(283, 51%, 94%) | — | |
| HWB | hwb(283 46% 6%) | color: hwb(283 46% 6%) | |
| OKLCH | oklch(0.7066 0.1915 315.54) | color: oklch(0.7066 0.1915 315.54) | |
| Lab | lab(63.34 54.15 -48.16) | color: lab(63.34 54.15 -48.16) | |
| LCH | lch(63.34 72.47 318.35) | color: lch(63.34 72.47 318.35) |
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)
#A7A6D2 — rgb(167, 166, 210)
Deuteranopia (Green-blind)
#ACB3CB — rgb(172, 179, 203)
Tritanopia (Blue-blind)
#C9BBB6 — rgb(201, 187, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 80%, 70%);
text
color: hsl(283, 80%, 70%);
border
border: 2px solid hsl(283, 80%, 70%);
gradient light
background: linear-gradient(to right, hsl(283, 80%, 90%), hsl(283, 80%, 70%));
gradient dark
background: linear-gradient(to right, hsl(283, 80%, 70%), hsl(283, 80%, 50%))
hex
background-color: #CD75F0;
tailwind
bg-[hsl(283,80%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 80%, 70%, 0.4);
css variable
--color-primary: hsl(283, 80%, 70%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 80%, 70%)?
HEX: #CD75F0 | RGB: rgb(205, 117, 240) | CMYK: 15%, 51%, 0%, 6% | HSV: 283°, 51%, 94%. Copy any format from the conversion table above.
What colors go well with #CD75F0?
The complementary color is HSL(103, 80%, 70%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 80%, 70%) in CSS?
As HSL: color: hsl(283, 80%, 70%); — As HEX: color: #CD75F0; — As RGB: color: rgb(205, 117, 240); — Tailwind CSS: bg-[hsl(283,80%,70%)] — CSS variable: --color-primary: hsl(283, 80%, 70%);