HSL(263, 49%, 32%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,49%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 49%, 32%) | color: hsl(263, 49%, 32%) | |
| HEX | #482A7A | color: #482A7A | |
| RGB | rgb(72, 42, 122) | color: rgb(72, 42, 122) | |
| CMYK | cmyk(41%, 66%, 0%, 52%) | — | |
| HSV | hsv(263, 66%, 48%) | — | |
| HWB | hwb(263 16% 52%) | color: hwb(263 16% 52%) | |
| OKLCH | oklch(0.3681 0.13 296.76) | color: oklch(0.3681 0.13 296.76) | |
| Lab | lab(25.07 32.67 -40.74) | color: lab(25.07 32.67 -40.74) | |
| LCH | lch(25.07 52.22 308.73) | color: lch(25.07 52.22 308.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)
#3B3B67 — rgb(59, 59, 103)
Deuteranopia (Green-blind)
#3D3F62 — rgb(61, 63, 98)
Tritanopia (Blue-blind)
#475754 — rgb(71, 87, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 49%, 32%);
text
color: hsl(263, 49%, 32%);
border
border: 2px solid hsl(263, 49%, 32%);
gradient light
background: linear-gradient(to right, hsl(263, 49%, 52%), hsl(263, 49%, 32%));
gradient dark
background: linear-gradient(to right, hsl(263, 49%, 32%), hsl(263, 49%, 12%))
hex
background-color: #482A7A;
tailwind
bg-[hsl(263,49%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 49%, 32%, 0.4);
css variable
--color-primary: hsl(263, 49%, 32%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 49%, 32%)?
HEX: #482A7A | RGB: rgb(72, 42, 122) | CMYK: 41%, 66%, 0%, 52% | HSV: 263°, 66%, 48%. Copy any format from the conversion table above.
What colors go well with #482A7A?
The complementary color is HSL(83, 49%, 32%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 49%, 32%) in CSS?
As HSL: color: hsl(263, 49%, 32%); — As HEX: color: #482A7A; — As RGB: color: rgb(72, 42, 122); — Tailwind CSS: bg-[hsl(263,49%,32%)] — CSS variable: --color-primary: hsl(263, 49%, 32%);