HSL(272, 30%, 28%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,30%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 30%, 28%) | color: hsl(272, 30%, 28%) | |
| HEX | #49325D | color: #49325D | |
| RGB | rgb(73, 50, 93) | color: rgb(73, 50, 93) | |
| CMYK | cmyk(22%, 46%, 0%, 64%) | — | |
| HSV | hsv(272, 46%, 36%) | — | |
| HWB | hwb(272 19% 64%) | color: hwb(272 19% 64%) | |
| OKLCH | oklch(0.3634 0.0767 307.65) | color: oklch(0.3634 0.0767 307.65) | |
| Lab | lab(25.22 19.88 -21.82) | color: lab(25.22 19.88 -21.82) | |
| LCH | lch(25.22 29.52 312.34) | color: lch(25.22 29.52 312.34) |
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)
#3F3F53 — rgb(63, 63, 83)
Deuteranopia (Green-blind)
#404250 — rgb(64, 66, 80)
Tritanopia (Blue-blind)
#484A49 — rgb(72, 74, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 30%, 28%);
text
color: hsl(272, 30%, 28%);
border
border: 2px solid hsl(272, 30%, 28%);
gradient light
background: linear-gradient(to right, hsl(272, 30%, 48%), hsl(272, 30%, 28%));
gradient dark
background: linear-gradient(to right, hsl(272, 30%, 28%), hsl(272, 30%, 8%))
hex
background-color: #49325D;
tailwind
bg-[hsl(272,30%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 30%, 28%, 0.4);
css variable
--color-primary: hsl(272, 30%, 28%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 30%, 28%)?
HEX: #49325D | RGB: rgb(73, 50, 93) | CMYK: 22%, 46%, 0%, 64% | HSV: 272°, 46%, 36%. Copy any format from the conversion table above.
What colors go well with #49325D?
The complementary color is HSL(92, 30%, 28%). 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, 30%, 28%) in CSS?
As HSL: color: hsl(272, 30%, 28%); — As HEX: color: #49325D; — As RGB: color: rgb(73, 50, 93); — Tailwind CSS: bg-[hsl(272,30%,28%)] — CSS variable: --color-primary: hsl(272, 30%, 28%);