HSL(263, 34%, 23%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,34%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 34%, 23%) | color: hsl(263, 34%, 23%) | |
| HEX | #36274F | color: #36274F | |
| RGB | rgb(54, 39, 79) | color: rgb(54, 39, 79) | |
| CMYK | cmyk(32%, 51%, 0%, 69%) | — | |
| HSV | hsv(263, 51%, 31%) | — | |
| HWB | hwb(263 15% 69%) | color: hwb(263 15% 69%) | |
| OKLCH | oklch(0.3106 0.0714 299.54) | color: oklch(0.3106 0.0714 299.54) | |
| Lab | lab(19.22 16.98 -22.13) | color: lab(19.22 16.98 -22.13) | |
| LCH | lch(19.22 27.89 307.5) | color: lch(19.22 27.89 307.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)
#302F45 — rgb(48, 47, 69)
Deuteranopia (Green-blind)
#303243 — rgb(48, 50, 67)
Tritanopia (Blue-blind)
#353E3C — rgb(53, 62, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 34%, 23%);
text
color: hsl(263, 34%, 23%);
border
border: 2px solid hsl(263, 34%, 23%);
gradient light
background: linear-gradient(to right, hsl(263, 34%, 43%), hsl(263, 34%, 23%));
gradient dark
background: linear-gradient(to right, hsl(263, 34%, 23%), hsl(263, 34%, 3%))
hex
background-color: #36274F;
tailwind
bg-[hsl(263,34%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 34%, 23%, 0.4);
css variable
--color-primary: hsl(263, 34%, 23%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 34%, 23%)?
HEX: #36274F | RGB: rgb(54, 39, 79) | CMYK: 32%, 51%, 0%, 69% | HSV: 263°, 51%, 31%. Copy any format from the conversion table above.
What colors go well with #36274F?
The complementary color is HSL(83, 34%, 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, 34%, 23%) in CSS?
As HSL: color: hsl(263, 34%, 23%); — As HEX: color: #36274F; — As RGB: color: rgb(54, 39, 79); — Tailwind CSS: bg-[hsl(263,34%,23%)] — CSS variable: --color-primary: hsl(263, 34%, 23%);