HSL(268, 60%, 50%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(268,60%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(268, 60%, 50%) | color: hsl(268, 60%, 50%) | |
| HEX | #7A33CC | color: #7A33CC | |
| RGB | rgb(122, 51, 204) | color: rgb(122, 51, 204) | |
| CMYK | cmyk(40%, 75%, 0%, 20%) | — | |
| HSV | hsv(268, 75%, 80%) | — | |
| HWB | hwb(268 20% 20%) | color: hwb(268 20% 20%) | |
| OKLCH | oklch(0.5039 0.2192 299.38) | color: oklch(0.5039 0.2192 299.38) | |
| Lab | lab(39.35 59.34 -66.83) | color: lab(39.35 59.34 -66.83) | |
| LCH | lch(39.35 89.37 311.6) | color: lch(39.35 89.37 311.6) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5B5BA7 — rgb(91, 91, 167)
Deuteranopia (Green-blind)
#5F659E — rgb(95, 101, 158)
Tritanopia (Blue-blind)
#768A83 — rgb(118, 138, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(268, 60%, 50%);
text
color: hsl(268, 60%, 50%);
border
border: 2px solid hsl(268, 60%, 50%);
gradient light
background: linear-gradient(to right, hsl(268, 60%, 70%), hsl(268, 60%, 50%));
gradient dark
background: linear-gradient(to right, hsl(268, 60%, 50%), hsl(268, 60%, 30%))
hex
background-color: #7A33CC;
tailwind
bg-[hsl(268,60%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(268, 60%, 50%, 0.4);
css variable
--color-primary: hsl(268, 60%, 50%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(268, 60%, 50%)?
HEX: #7A33CC | RGB: rgb(122, 51, 204) | CMYK: 40%, 75%, 0%, 20% | HSV: 268°, 75%, 80%. Copy any format from the conversion table above.
What colors go well with #7A33CC?
The complementary color is HSL(88, 60%, 50%). For a triadic harmony, use hues 268°, 28°, and 148°. For analogous combinations, try hues 238° and 298°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(268, 60%, 50%) in CSS?
As HSL: color: hsl(268, 60%, 50%); — As HEX: color: #7A33CC; — As RGB: color: rgb(122, 51, 204); — Tailwind CSS: bg-[hsl(268,60%,50%)] — CSS variable: --color-primary: hsl(268, 60%, 50%);