HSL(263, 74%, 19%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,74%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 74%, 19%) | color: hsl(263, 74%, 19%) | |
| HEX | #280D54 | color: #280D54 | |
| RGB | rgb(40, 13, 84) | color: rgb(40, 13, 84) | |
| CMYK | cmyk(52%, 85%, 0%, 67%) | — | |
| HSV | hsv(263, 85%, 33%) | — | |
| HWB | hwb(263 5% 67%) | color: hwb(263 5% 67%) | |
| OKLCH | oklch(0.2539 0.1175 293.39) | color: oklch(0.2539 0.1175 293.39) | |
| Lab | lab(11.82 31.12 -37.56) | color: lab(11.82 31.12 -37.56) | |
| LCH | lch(11.82 48.78 309.64) | color: lch(11.82 48.78 309.64) |
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)
#1C1C43 — rgb(28, 28, 67)
Deuteranopia (Green-blind)
#1E203F — rgb(30, 32, 63)
Tritanopia (Blue-blind)
#273532 — rgb(39, 53, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 74%, 19%);
text
color: hsl(263, 74%, 19%);
border
border: 2px solid hsl(263, 74%, 19%);
gradient light
background: linear-gradient(to right, hsl(263, 74%, 39%), hsl(263, 74%, 19%));
gradient dark
background: linear-gradient(to right, hsl(263, 74%, 19%), hsl(263, 74%, 0%))
hex
background-color: #280D54;
tailwind
bg-[hsl(263,74%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 74%, 19%, 0.4);
css variable
--color-primary: hsl(263, 74%, 19%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 74%, 19%)?
HEX: #280D54 | RGB: rgb(40, 13, 84) | CMYK: 52%, 85%, 0%, 67% | HSV: 263°, 85%, 33%. Copy any format from the conversion table above.
What colors go well with #280D54?
The complementary color is HSL(83, 74%, 19%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 74%, 19%) in CSS?
As HSL: color: hsl(263, 74%, 19%); — As HEX: color: #280D54; — As RGB: color: rgb(40, 13, 84); — Tailwind CSS: bg-[hsl(263,74%,19%)] — CSS variable: --color-primary: hsl(263, 74%, 19%);