HSL(255, 33%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,33%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 33%, 35%) | color: hsl(255, 33%, 35%) | |
| HEX | #4B3C77 | color: #4B3C77 | |
| RGB | rgb(75, 60, 119) | color: rgb(75, 60, 119) | |
| CMYK | cmyk(37%, 50%, 0%, 53%) | — | |
| HSV | hsv(255, 50%, 47%) | — | |
| HWB | hwb(255 24% 53%) | color: hwb(255 24% 53%) | |
| OKLCH | oklch(0.4014 0.0971 293.24) | color: oklch(0.4014 0.0971 293.24) | |
| Lab | lab(29.56 21.32 -31.63) | color: lab(29.56 21.32 -31.63) | |
| LCH | lch(29.56 38.14 303.98) | color: lch(29.56 38.14 303.98) |
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)
#454469 — rgb(69, 68, 105)
Deuteranopia (Green-blind)
#454765 — rgb(69, 71, 101)
Tritanopia (Blue-blind)
#4A5D5B — rgb(74, 93, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 33%, 35%);
text
color: hsl(255, 33%, 35%);
border
border: 2px solid hsl(255, 33%, 35%);
gradient light
background: linear-gradient(to right, hsl(255, 33%, 55%), hsl(255, 33%, 35%));
gradient dark
background: linear-gradient(to right, hsl(255, 33%, 35%), hsl(255, 33%, 15%))
hex
background-color: #4B3C77;
tailwind
bg-[hsl(255,33%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 33%, 35%, 0.4);
css variable
--color-primary: hsl(255, 33%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 33%, 35%)?
HEX: #4B3C77 | RGB: rgb(75, 60, 119) | CMYK: 37%, 50%, 0%, 53% | HSV: 255°, 50%, 47%. Copy any format from the conversion table above.
What colors go well with #4B3C77?
The complementary color is HSL(75, 33%, 35%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 33%, 35%) in CSS?
As HSL: color: hsl(255, 33%, 35%); — As HEX: color: #4B3C77; — As RGB: color: rgb(75, 60, 119); — Tailwind CSS: bg-[hsl(255,33%,35%)] — CSS variable: --color-primary: hsl(255, 33%, 35%);