HSL(272, 35%, 29%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,35%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 35%, 29%) | color: hsl(272, 35%, 29%) | |
| HEX | #4C3064 | color: #4C3064 | |
| RGB | rgb(76, 48, 100) | color: rgb(76, 48, 100) | |
| CMYK | cmyk(24%, 52%, 0%, 61%) | — | |
| HSV | hsv(272, 52%, 39%) | — | |
| HWB | hwb(272 19% 61%) | color: hwb(272 19% 61%) | |
| OKLCH | oklch(0.3674 0.0913 307.34) | color: oklch(0.3674 0.0913 307.34) | |
| Lab | lab(25.47 23.98 -25.96) | color: lab(25.47 23.98 -25.96) | |
| LCH | lch(25.47 35.34 312.73) | color: lch(25.47 35.34 312.73) |
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)
#404057 — rgb(64, 64, 87)
Deuteranopia (Green-blind)
#424454 — rgb(66, 68, 84)
Tritanopia (Blue-blind)
#4B4D4B — rgb(75, 77, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 35%, 29%);
text
color: hsl(272, 35%, 29%);
border
border: 2px solid hsl(272, 35%, 29%);
gradient light
background: linear-gradient(to right, hsl(272, 35%, 49%), hsl(272, 35%, 29%));
gradient dark
background: linear-gradient(to right, hsl(272, 35%, 29%), hsl(272, 35%, 9%))
hex
background-color: #4C3064;
tailwind
bg-[hsl(272,35%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 35%, 29%, 0.4);
css variable
--color-primary: hsl(272, 35%, 29%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 35%, 29%)?
HEX: #4C3064 | RGB: rgb(76, 48, 100) | CMYK: 24%, 52%, 0%, 61% | HSV: 272°, 52%, 39%. Copy any format from the conversion table above.
What colors go well with #4C3064?
The complementary color is HSL(92, 35%, 29%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 35%, 29%) in CSS?
As HSL: color: hsl(272, 35%, 29%); — As HEX: color: #4C3064; — As RGB: color: rgb(76, 48, 100); — Tailwind CSS: bg-[hsl(272,35%,29%)] — CSS variable: --color-primary: hsl(272, 35%, 29%);