HSL(278, 30%, 27%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,30%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 30%, 27%) | color: hsl(278, 30%, 27%) | |
| HEX | #4A305A | color: #4A305A | |
| RGB | rgb(74, 48, 90) | color: rgb(74, 48, 90) | |
| CMYK | cmyk(18%, 47%, 0%, 65%) | — | |
| HSV | hsv(277, 47%, 35%) | — | |
| HWB | hwb(277 19% 65%) | color: hwb(277 19% 65%) | |
| OKLCH | oklch(0.359 0.0768 311.54) | color: oklch(0.359 0.0768 311.54) | |
| Lab | lab(24.66 20.73 -20.72) | color: lab(24.66 20.73 -20.72) | |
| LCH | lch(24.66 29.31 315.01) | color: lch(24.66 29.31 315.01) |
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)
#3F3F50 — rgb(63, 63, 80)
Deuteranopia (Green-blind)
#40424D — rgb(64, 66, 77)
Tritanopia (Blue-blind)
#494846 — rgb(73, 72, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 30%, 27%);
text
color: hsl(278, 30%, 27%);
border
border: 2px solid hsl(278, 30%, 27%);
gradient light
background: linear-gradient(to right, hsl(278, 30%, 47%), hsl(278, 30%, 27%));
gradient dark
background: linear-gradient(to right, hsl(278, 30%, 27%), hsl(278, 30%, 7%))
hex
background-color: #4A305A;
tailwind
bg-[hsl(278,30%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 30%, 27%, 0.4);
css variable
--color-primary: hsl(278, 30%, 27%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 30%, 27%)?
HEX: #4A305A | RGB: rgb(74, 48, 90) | CMYK: 18%, 47%, 0%, 65% | HSV: 277°, 47%, 35%. Copy any format from the conversion table above.
What colors go well with #4A305A?
The complementary color is HSL(98, 30%, 27%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 30%, 27%) in CSS?
As HSL: color: hsl(278, 30%, 27%); — As HEX: color: #4A305A; — As RGB: color: rgb(74, 48, 90); — Tailwind CSS: bg-[hsl(278,30%,27%)] — CSS variable: --color-primary: hsl(278, 30%, 27%);