HSL(280, 10%, 15%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(280,10%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 10%, 15%) | color: hsl(280, 10%, 15%) | |
| HEX | #28222A | color: #28222A | |
| RGB | rgb(40, 34, 42) | color: rgb(40, 34, 42) | |
| CMYK | cmyk(5%, 19%, 0%, 84%) | — | |
| HSV | hsv(285, 19%, 16%) | — | |
| HWB | hwb(285 13% 84%) | color: hwb(285 13% 84%) | |
| OKLCH | oklch(0.262 0.017 317.66) | color: oklch(0.262 0.017 317.66) | |
| Lab | lab(14.19 4.74 -4.28) | color: lab(14.19 4.74 -4.28) | |
| LCH | lch(14.19 6.39 317.92) | color: lch(14.19 6.39 317.92) |
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)
#252528 — rgb(37, 37, 40)
Deuteranopia (Green-blind)
#262628 — rgb(38, 38, 40)
Tritanopia (Blue-blind)
#282726 — rgb(40, 39, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 10%, 15%);
text
color: hsl(280, 10%, 15%);
border
border: 2px solid hsl(280, 10%, 15%);
gradient light
background: linear-gradient(to right, hsl(280, 10%, 35%), hsl(280, 10%, 15%));
gradient dark
background: linear-gradient(to right, hsl(280, 10%, 15%), hsl(280, 10%, 0%))
hex
background-color: #28222A;
tailwind
bg-[hsl(280,10%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 10%, 15%, 0.4);
css variable
--color-primary: hsl(280, 10%, 15%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 10%, 15%)?
HEX: #28222A | RGB: rgb(40, 34, 42) | CMYK: 5%, 19%, 0%, 84% | HSV: 285°, 19%, 16%. Copy any format from the conversion table above.
What colors go well with #28222A?
The complementary color is HSL(100, 10%, 15%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 10%, 15%) in CSS?
As HSL: color: hsl(280, 10%, 15%); — As HEX: color: #28222A; — As RGB: color: rgb(40, 34, 42); — Tailwind CSS: bg-[hsl(280,10%,15%)] — CSS variable: --color-primary: hsl(280, 10%, 15%);