HSL(266, 30%, 30%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(266,30%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 30%, 30%) | color: hsl(266, 30%, 30%) | |
| HEX | #493663 | color: #493663 | |
| RGB | rgb(73, 54, 99) | color: rgb(73, 54, 99) | |
| CMYK | cmyk(26%, 45%, 0%, 61%) | — | |
| HSV | hsv(265, 45%, 39%) | — | |
| HWB | hwb(265 21% 61%) | color: hwb(265 21% 61%) | |
| OKLCH | oklch(0.3749 0.0777 302.27) | color: oklch(0.3749 0.0777 302.27) | |
| Lab | lab(26.61 18.89 -23.55) | color: lab(26.61 18.89 -23.55) | |
| LCH | lch(26.61 30.19 308.73) | color: lch(26.61 30.19 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)
#414158 — rgb(65, 65, 88)
Deuteranopia (Green-blind)
#424356 — rgb(66, 67, 86)
Tritanopia (Blue-blind)
#48504E — rgb(72, 80, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 30%, 30%);
text
color: hsl(266, 30%, 30%);
border
border: 2px solid hsl(266, 30%, 30%);
gradient light
background: linear-gradient(to right, hsl(266, 30%, 50%), hsl(266, 30%, 30%));
gradient dark
background: linear-gradient(to right, hsl(266, 30%, 30%), hsl(266, 30%, 10%))
hex
background-color: #493663;
tailwind
bg-[hsl(266,30%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 30%, 30%, 0.4);
css variable
--color-primary: hsl(266, 30%, 30%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 30%, 30%)?
HEX: #493663 | RGB: rgb(73, 54, 99) | CMYK: 26%, 45%, 0%, 61% | HSV: 265°, 45%, 39%. Copy any format from the conversion table above.
What colors go well with #493663?
The complementary color is HSL(86, 30%, 30%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 30%, 30%) in CSS?
As HSL: color: hsl(266, 30%, 30%); — As HEX: color: #493663; — As RGB: color: rgb(73, 54, 99); — Tailwind CSS: bg-[hsl(266,30%,30%)] — CSS variable: --color-primary: hsl(266, 30%, 30%);