HSL(255, 60%, 19%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,60%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 60%, 19%) | color: hsl(255, 60%, 19%) | |
| HEX | #22134E | color: #22134E | |
| RGB | rgb(34, 19, 78) | color: rgb(34, 19, 78) | |
| CMYK | cmyk(56%, 76%, 0%, 69%) | — | |
| HSV | hsv(255, 76%, 31%) | — | |
| HWB | hwb(255 7% 69%) | color: hwb(255 7% 69%) | |
| OKLCH | oklch(0.2492 0.102 288.35) | color: oklch(0.2492 0.102 288.35) | |
| Lab | lab(11.66 24.71 -33.74) | color: lab(11.66 24.71 -33.74) | |
| LCH | lch(11.66 41.82 306.22) | color: lch(11.66 41.82 306.22) |
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)
#1C1B40 — rgb(28, 27, 64)
Deuteranopia (Green-blind)
#1C1E3C — rgb(28, 30, 60)
Tritanopia (Blue-blind)
#213432 — rgb(33, 52, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 60%, 19%);
text
color: hsl(255, 60%, 19%);
border
border: 2px solid hsl(255, 60%, 19%);
gradient light
background: linear-gradient(to right, hsl(255, 60%, 39%), hsl(255, 60%, 19%));
gradient dark
background: linear-gradient(to right, hsl(255, 60%, 19%), hsl(255, 60%, 0%))
hex
background-color: #22134E;
tailwind
bg-[hsl(255,60%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 60%, 19%, 0.4);
css variable
--color-primary: hsl(255, 60%, 19%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 60%, 19%)?
HEX: #22134E | RGB: rgb(34, 19, 78) | CMYK: 56%, 76%, 0%, 69% | HSV: 255°, 76%, 31%. Copy any format from the conversion table above.
What colors go well with #22134E?
The complementary color is HSL(75, 60%, 19%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 60%, 19%) in CSS?
As HSL: color: hsl(255, 60%, 19%); — As HEX: color: #22134E; — As RGB: color: rgb(34, 19, 78); — Tailwind CSS: bg-[hsl(255,60%,19%)] — CSS variable: --color-primary: hsl(255, 60%, 19%);