HSL(270, 33%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,33%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 33%, 35%) | color: hsl(270, 33%, 35%) | |
| HEX | #593C77 | color: #593C77 | |
| RGB | rgb(89, 60, 119) | color: rgb(89, 60, 119) | |
| CMYK | cmyk(25%, 50%, 0%, 53%) | — | |
| HSV | hsv(269, 50%, 47%) | — | |
| HWB | hwb(269 24% 53%) | color: hwb(269 24% 53%) | |
| OKLCH | oklch(0.4164 0.0997 305.17) | color: oklch(0.4164 0.0997 305.17) | |
| Lab | lab(31.08 25.49 -29.12) | color: lab(31.08 25.49 -29.12) | |
| LCH | lch(31.08 38.7 311.2) | color: lch(31.08 38.7 311.2) |
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)
#4C4C69 — rgb(76, 76, 105)
Deuteranopia (Green-blind)
#4E5065 — rgb(78, 80, 101)
Tritanopia (Blue-blind)
#585D5B — rgb(88, 93, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 33%, 35%);
text
color: hsl(270, 33%, 35%);
border
border: 2px solid hsl(270, 33%, 35%);
gradient light
background: linear-gradient(to right, hsl(270, 33%, 55%), hsl(270, 33%, 35%));
gradient dark
background: linear-gradient(to right, hsl(270, 33%, 35%), hsl(270, 33%, 15%))
hex
background-color: #593C77;
tailwind
bg-[hsl(270,33%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 33%, 35%, 0.4);
css variable
--color-primary: hsl(270, 33%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 33%, 35%)?
HEX: #593C77 | RGB: rgb(89, 60, 119) | CMYK: 25%, 50%, 0%, 53% | HSV: 269°, 50%, 47%. Copy any format from the conversion table above.
What colors go well with #593C77?
The complementary color is HSL(90, 33%, 35%). For a triadic harmony, use hues 270°, 30°, and 150°. For analogous combinations, try hues 240° and 300°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(270, 33%, 35%) in CSS?
As HSL: color: hsl(270, 33%, 35%); — As HEX: color: #593C77; — As RGB: color: rgb(89, 60, 119); — Tailwind CSS: bg-[hsl(270,33%,35%)] — CSS variable: --color-primary: hsl(270, 33%, 35%);