HSL(284, 35%, 15%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(284,35%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 35%, 15%) | color: hsl(284, 35%, 15%) | |
| HEX | #2C1934 | color: #2C1934 | |
| RGB | rgb(44, 25, 52) | color: rgb(44, 25, 52) | |
| CMYK | cmyk(15%, 52%, 0%, 80%) | — | |
| HSV | hsv(282, 52%, 20%) | — | |
| HWB | hwb(282 10% 80%) | color: hwb(282 10% 80%) | |
| OKLCH | oklch(0.2518 0.0553 315.3) | color: oklch(0.2518 0.0553 315.3) | |
| Lab | lab(12.47 15.45 -14.06) | color: lab(12.47 15.45 -14.06) | |
| LCH | lch(12.47 20.89 317.7) | color: lch(12.47 20.89 317.7) |
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)
#24242D — rgb(36, 36, 45)
Deuteranopia (Green-blind)
#25262C — rgb(37, 38, 44)
Tritanopia (Blue-blind)
#2B2827 — rgb(43, 40, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 35%, 15%);
text
color: hsl(284, 35%, 15%);
border
border: 2px solid hsl(284, 35%, 15%);
gradient light
background: linear-gradient(to right, hsl(284, 35%, 35%), hsl(284, 35%, 15%));
gradient dark
background: linear-gradient(to right, hsl(284, 35%, 15%), hsl(284, 35%, 0%))
hex
background-color: #2C1934;
tailwind
bg-[hsl(284,35%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 35%, 15%, 0.4);
css variable
--color-primary: hsl(284, 35%, 15%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(284, 35%, 15%)?
HEX: #2C1934 | RGB: rgb(44, 25, 52) | CMYK: 15%, 52%, 0%, 80% | HSV: 282°, 52%, 20%. Copy any format from the conversion table above.
What colors go well with #2C1934?
The complementary color is HSL(104, 35%, 15%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 35%, 15%) in CSS?
As HSL: color: hsl(284, 35%, 15%); — As HEX: color: #2C1934; — As RGB: color: rgb(44, 25, 52); — Tailwind CSS: bg-[hsl(284,35%,15%)] — CSS variable: --color-primary: hsl(284, 35%, 15%);