HSL(263, 35%, 23%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,35%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 35%, 23%) | color: hsl(263, 35%, 23%) | |
| HEX | #36264F | color: #36264F | |
| RGB | rgb(54, 38, 79) | color: rgb(54, 38, 79) | |
| CMYK | cmyk(32%, 52%, 0%, 69%) | — | |
| HSV | hsv(263, 52%, 31%) | — | |
| HWB | hwb(263 15% 69%) | color: hwb(263 15% 69%) | |
| OKLCH | oklch(0.3085 0.0733 300.16) | color: oklch(0.3085 0.0733 300.16) | |
| Lab | lab(18.95 17.66 -22.56) | color: lab(18.95 17.66 -22.56) | |
| LCH | lch(18.95 28.65 308.05) | color: lch(18.95 28.65 308.05) |
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)
#2F2F45 — rgb(47, 47, 69)
Deuteranopia (Green-blind)
#303143 — rgb(48, 49, 67)
Tritanopia (Blue-blind)
#353D3C — rgb(53, 61, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 35%, 23%);
text
color: hsl(263, 35%, 23%);
border
border: 2px solid hsl(263, 35%, 23%);
gradient light
background: linear-gradient(to right, hsl(263, 35%, 43%), hsl(263, 35%, 23%));
gradient dark
background: linear-gradient(to right, hsl(263, 35%, 23%), hsl(263, 35%, 3%))
hex
background-color: #36264F;
tailwind
bg-[hsl(263,35%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 35%, 23%, 0.4);
css variable
--color-primary: hsl(263, 35%, 23%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 35%, 23%)?
HEX: #36264F | RGB: rgb(54, 38, 79) | CMYK: 32%, 52%, 0%, 69% | HSV: 263°, 52%, 31%. Copy any format from the conversion table above.
What colors go well with #36264F?
The complementary color is HSL(83, 35%, 23%). 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, 35%, 23%) in CSS?
As HSL: color: hsl(263, 35%, 23%); — As HEX: color: #36264F; — As RGB: color: rgb(54, 38, 79); — Tailwind CSS: bg-[hsl(263,35%,23%)] — CSS variable: --color-primary: hsl(263, 35%, 23%);