HSL(263, 81%, 18%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,81%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 81%, 18%) | color: hsl(263, 81%, 18%) | |
| HEX | #250953 | color: #250953 | |
| RGB | rgb(37, 9, 83) | color: rgb(37, 9, 83) | |
| CMYK | cmyk(55%, 89%, 0%, 67%) | — | |
| HSV | hsv(263, 89%, 33%) | — | |
| HWB | hwb(263 4% 67%) | color: hwb(263 4% 67%) | |
| OKLCH | oklch(0.2446 0.1202 291.93) | color: oklch(0.2446 0.1202 291.93) | |
| Lab | lab(10.65 32.24 -38.81) | color: lab(10.65 32.24 -38.81) | |
| LCH | lch(10.65 50.45 309.72) | color: lch(10.65 50.45 309.72) |
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)
#191941 — rgb(25, 25, 65)
Deuteranopia (Green-blind)
#1B1D3D — rgb(27, 29, 61)
Tritanopia (Blue-blind)
#243330 — rgb(36, 51, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 81%, 18%);
text
color: hsl(263, 81%, 18%);
border
border: 2px solid hsl(263, 81%, 18%);
gradient light
background: linear-gradient(to right, hsl(263, 81%, 38%), hsl(263, 81%, 18%));
gradient dark
background: linear-gradient(to right, hsl(263, 81%, 18%), hsl(263, 81%, 0%))
hex
background-color: #250953;
tailwind
bg-[hsl(263,81%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 81%, 18%, 0.4);
css variable
--color-primary: hsl(263, 81%, 18%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 81%, 18%)?
HEX: #250953 | RGB: rgb(37, 9, 83) | CMYK: 55%, 89%, 0%, 67% | HSV: 263°, 89%, 33%. Copy any format from the conversion table above.
What colors go well with #250953?
The complementary color is HSL(83, 81%, 18%). 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, 81%, 18%) in CSS?
As HSL: color: hsl(263, 81%, 18%); — As HEX: color: #250953; — As RGB: color: rgb(37, 9, 83); — Tailwind CSS: bg-[hsl(263,81%,18%)] — CSS variable: --color-primary: hsl(263, 81%, 18%);