HSL(264, 30%, 27%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,30%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 30%, 27%) | color: hsl(264, 30%, 27%) | |
| HEX | #41305A | color: #41305A | |
| RGB | rgb(65, 48, 90) | color: rgb(65, 48, 90) | |
| CMYK | cmyk(28%, 47%, 0%, 65%) | — | |
| HSV | hsv(264, 47%, 35%) | — | |
| HWB | hwb(264 19% 65%) | color: hwb(264 19% 65%) | |
| OKLCH | oklch(0.3485 0.0736 301.35) | color: oklch(0.3485 0.0736 301.35) | |
| Lab | lab(23.59 17.71 -22.48) | color: lab(23.59 17.71 -22.48) | |
| LCH | lch(23.59 28.62 308.23) | color: lch(23.59 28.62 308.23) |
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)
#3A3950 — rgb(58, 57, 80)
Deuteranopia (Green-blind)
#3B3C4D — rgb(59, 60, 77)
Tritanopia (Blue-blind)
#404846 — rgb(64, 72, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 30%, 27%);
text
color: hsl(264, 30%, 27%);
border
border: 2px solid hsl(264, 30%, 27%);
gradient light
background: linear-gradient(to right, hsl(264, 30%, 47%), hsl(264, 30%, 27%));
gradient dark
background: linear-gradient(to right, hsl(264, 30%, 27%), hsl(264, 30%, 7%))
hex
background-color: #41305A;
tailwind
bg-[hsl(264,30%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 30%, 27%, 0.4);
css variable
--color-primary: hsl(264, 30%, 27%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 30%, 27%)?
HEX: #41305A | RGB: rgb(65, 48, 90) | CMYK: 28%, 47%, 0%, 65% | HSV: 264°, 47%, 35%. Copy any format from the conversion table above.
What colors go well with #41305A?
The complementary color is HSL(84, 30%, 27%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 30%, 27%) in CSS?
As HSL: color: hsl(264, 30%, 27%); — As HEX: color: #41305A; — As RGB: color: rgb(65, 48, 90); — Tailwind CSS: bg-[hsl(264,30%,27%)] — CSS variable: --color-primary: hsl(264, 30%, 27%);