HSL(257, 15%, 30%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(257,15%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 15%, 30%) | color: hsl(257, 15%, 30%) | |
| HEX | #484158 | color: #484158 | |
| RGB | rgb(72, 65, 88) | color: rgb(72, 65, 88) | |
| CMYK | cmyk(18%, 26%, 0%, 65%) | — | |
| HSV | hsv(258, 26%, 35%) | — | |
| HWB | hwb(258 26% 65%) | color: hwb(258 26% 65%) | |
| OKLCH | oklch(0.3917 0.0393 298.52) | color: oklch(0.3917 0.0393 298.52) | |
| Lab | lab(29.06 8.36 -12.63) | color: lab(29.06 8.36 -12.63) | |
| LCH | lch(29.06 15.15 303.5) | color: lch(29.06 15.15 303.5) |
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)
#454552 — rgb(69, 69, 82)
Deuteranopia (Green-blind)
#454651 — rgb(69, 70, 81)
Tritanopia (Blue-blind)
#484E4D — rgb(72, 78, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 15%, 30%);
text
color: hsl(257, 15%, 30%);
border
border: 2px solid hsl(257, 15%, 30%);
gradient light
background: linear-gradient(to right, hsl(257, 15%, 50%), hsl(257, 15%, 30%));
gradient dark
background: linear-gradient(to right, hsl(257, 15%, 30%), hsl(257, 15%, 10%))
hex
background-color: #484158;
tailwind
bg-[hsl(257,15%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 15%, 30%, 0.4);
css variable
--color-primary: hsl(257, 15%, 30%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 15%, 30%)?
HEX: #484158 | RGB: rgb(72, 65, 88) | CMYK: 18%, 26%, 0%, 65% | HSV: 258°, 26%, 35%. Copy any format from the conversion table above.
What colors go well with #484158?
The complementary color is HSL(77, 15%, 30%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 15%, 30%) in CSS?
As HSL: color: hsl(257, 15%, 30%); — As HEX: color: #484158; — As RGB: color: rgb(72, 65, 88); — Tailwind CSS: bg-[hsl(257,15%,30%)] — CSS variable: --color-primary: hsl(257, 15%, 30%);