HSL(258, 48%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,48%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 48%, 35%) | color: hsl(258, 48%, 35%) | |
| HEX | #482E84 | color: #482E84 | |
| RGB | rgb(72, 46, 132) | color: rgb(72, 46, 132) | |
| CMYK | cmyk(45%, 65%, 0%, 48%) | — | |
| HSV | hsv(258, 65%, 52%) | — | |
| HWB | hwb(258 18% 48%) | color: hwb(258 18% 48%) | |
| OKLCH | oklch(0.3826 0.1373 292.64) | color: oklch(0.3826 0.1373 292.64) | |
| Lab | lab(26.73 33.23 -44.36) | color: lab(26.73 33.23 -44.36) | |
| LCH | lch(26.73 55.43 306.84) | color: lch(26.73 55.43 306.84) |
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)
#3D3D6F — rgb(61, 61, 111)
Deuteranopia (Green-blind)
#3E406A — rgb(62, 64, 106)
Tritanopia (Blue-blind)
#475F5B — rgb(71, 95, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 48%, 35%);
text
color: hsl(258, 48%, 35%);
border
border: 2px solid hsl(258, 48%, 35%);
gradient light
background: linear-gradient(to right, hsl(258, 48%, 55%), hsl(258, 48%, 35%));
gradient dark
background: linear-gradient(to right, hsl(258, 48%, 35%), hsl(258, 48%, 15%))
hex
background-color: #482E84;
tailwind
bg-[hsl(258,48%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 48%, 35%, 0.4);
css variable
--color-primary: hsl(258, 48%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 48%, 35%)?
HEX: #482E84 | RGB: rgb(72, 46, 132) | CMYK: 45%, 65%, 0%, 48% | HSV: 258°, 65%, 52%. Copy any format from the conversion table above.
What colors go well with #482E84?
The complementary color is HSL(78, 48%, 35%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(258, 48%, 35%) in CSS?
As HSL: color: hsl(258, 48%, 35%); — As HEX: color: #482E84; — As RGB: color: rgb(72, 46, 132); — Tailwind CSS: bg-[hsl(258,48%,35%)] — CSS variable: --color-primary: hsl(258, 48%, 35%);