HSL(280, 70%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,70%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 70%, 67%) | color: hsl(280, 70%, 67%) | |
| HEX | #BE70E6 | color: #BE70E6 | |
| RGB | rgb(190, 112, 230) | color: rgb(190, 112, 230) | |
| CMYK | cmyk(17%, 51%, 0%, 10%) | — | |
| HSV | hsv(280, 51%, 90%) | — | |
| HWB | hwb(280 44% 10%) | color: hwb(280 44% 10%) | |
| OKLCH | oklch(0.6773 0.1826 313.02) | color: oklch(0.6773 0.1826 313.02) | |
| Lab | lab(60.11 50.66 -47.82) | color: lab(60.11 50.66 -47.82) | |
| LCH | lch(60.11 69.66 316.65) | color: lch(60.11 69.66 316.65) |
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)
#9C9CC9 — rgb(156, 156, 201)
Deuteranopia (Green-blind)
#A1A7C3 — rgb(161, 167, 195)
Tritanopia (Blue-blind)
#BAB3AE — rgb(186, 179, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 70%, 67%);
text
color: hsl(280, 70%, 67%);
border
border: 2px solid hsl(280, 70%, 67%);
gradient light
background: linear-gradient(to right, hsl(280, 70%, 87%), hsl(280, 70%, 67%));
gradient dark
background: linear-gradient(to right, hsl(280, 70%, 67%), hsl(280, 70%, 47%))
hex
background-color: #BE70E6;
tailwind
bg-[hsl(280,70%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 70%, 67%, 0.4);
css variable
--color-primary: hsl(280, 70%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 70%, 67%)?
HEX: #BE70E6 | RGB: rgb(190, 112, 230) | CMYK: 17%, 51%, 0%, 10% | HSV: 280°, 51%, 90%. Copy any format from the conversion table above.
What colors go well with #BE70E6?
The complementary color is HSL(100, 70%, 67%). 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%, 67%) in CSS?
As HSL: color: hsl(280, 70%, 67%); — As HEX: color: #BE70E6; — As RGB: color: rgb(190, 112, 230); — Tailwind CSS: bg-[hsl(280,70%,67%)] — CSS variable: --color-primary: hsl(280, 70%, 67%);