HSL(267, 86%, 17%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,86%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 86%, 17%) | color: hsl(267, 86%, 17%) | |
| HEX | #280651 | color: #280651 | |
| RGB | rgb(40, 6, 81) | color: rgb(40, 6, 81) | |
| CMYK | cmyk(51%, 93%, 0%, 68%) | — | |
| HSV | hsv(267, 93%, 32%) | — | |
| HWB | hwb(267 2% 68%) | color: hwb(267 2% 68%) | |
| OKLCH | oklch(0.243 0.1211 296.25) | color: oklch(0.243 0.1211 296.25) | |
| Lab | lab(10.37 33.51 -37.88) | color: lab(10.37 33.51 -37.88) | |
| LCH | lch(10.37 50.57 311.5) | color: lch(10.37 50.57 311.5) |
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)
#19193F — rgb(25, 25, 63)
Deuteranopia (Green-blind)
#1B1E3B — rgb(27, 30, 59)
Tritanopia (Blue-blind)
#26312D — rgb(38, 49, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 86%, 17%);
text
color: hsl(267, 86%, 17%);
border
border: 2px solid hsl(267, 86%, 17%);
gradient light
background: linear-gradient(to right, hsl(267, 86%, 37%), hsl(267, 86%, 17%));
gradient dark
background: linear-gradient(to right, hsl(267, 86%, 17%), hsl(267, 86%, 0%))
hex
background-color: #280651;
tailwind
bg-[hsl(267,86%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 86%, 17%, 0.4);
css variable
--color-primary: hsl(267, 86%, 17%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 86%, 17%)?
HEX: #280651 | RGB: rgb(40, 6, 81) | CMYK: 51%, 93%, 0%, 68% | HSV: 267°, 93%, 32%. Copy any format from the conversion table above.
What colors go well with #280651?
The complementary color is HSL(87, 86%, 17%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 86%, 17%) in CSS?
As HSL: color: hsl(267, 86%, 17%); — As HEX: color: #280651; — As RGB: color: rgb(40, 6, 81); — Tailwind CSS: bg-[hsl(267,86%,17%)] — CSS variable: --color-primary: hsl(267, 86%, 17%);