HSL(278, 83%, 22%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,83%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 83%, 22%) | color: hsl(278, 83%, 22%) | |
| HEX | #450A67 | color: #450A67 | |
| RGB | rgb(69, 10, 103) | color: rgb(69, 10, 103) | |
| CMYK | cmyk(33%, 90%, 0%, 60%) | — | |
| HSV | hsv(278, 90%, 40%) | — | |
| HWB | hwb(278 4% 60%) | color: hwb(278 4% 60%) | |
| OKLCH | oklch(0.3103 0.1461 308.11) | color: oklch(0.3103 0.1461 308.11) | |
| Lab | lab(17.74 42.03 -40.4) | color: lab(17.74 42.03 -40.4) | |
| LCH | lch(17.74 58.3 316.13) | color: lch(17.74 58.3 316.13) |
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)
#2B2B50 — rgb(43, 43, 80)
Deuteranopia (Green-blind)
#2F334B — rgb(47, 51, 75)
Tritanopia (Blue-blind)
#423F3B — rgb(66, 63, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 83%, 22%);
text
color: hsl(278, 83%, 22%);
border
border: 2px solid hsl(278, 83%, 22%);
gradient light
background: linear-gradient(to right, hsl(278, 83%, 42%), hsl(278, 83%, 22%));
gradient dark
background: linear-gradient(to right, hsl(278, 83%, 22%), hsl(278, 83%, 2%))
hex
background-color: #450A67;
tailwind
bg-[hsl(278,83%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 83%, 22%, 0.4);
css variable
--color-primary: hsl(278, 83%, 22%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 83%, 22%)?
HEX: #450A67 | RGB: rgb(69, 10, 103) | CMYK: 33%, 90%, 0%, 60% | HSV: 278°, 90%, 40%. Copy any format from the conversion table above.
What colors go well with #450A67?
The complementary color is HSL(98, 83%, 22%). 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, 83%, 22%) in CSS?
As HSL: color: hsl(278, 83%, 22%); — As HEX: color: #450A67; — As RGB: color: rgb(69, 10, 103); — Tailwind CSS: bg-[hsl(278,83%,22%)] — CSS variable: --color-primary: hsl(278, 83%, 22%);