HSL(264, 10%, 26%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(264,10%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 10%, 26%) | color: hsl(264, 10%, 26%) | |
| HEX | #413C49 | color: #413C49 | |
| RGB | rgb(65, 60, 73) | color: rgb(65, 60, 73) | |
| CMYK | cmyk(11%, 18%, 0%, 71%) | — | |
| HSV | hsv(263, 18%, 29%) | — | |
| HWB | hwb(263 24% 71%) | color: hwb(263 24% 71%) | |
| OKLCH | oklch(0.3663 0.023 302.77) | color: oklch(0.3663 0.023 302.77) | |
| Lab | lab(26.26 5.15 -7.15) | color: lab(26.26 5.15 -7.15) | |
| LCH | lch(26.26 8.81 305.76) | color: lch(26.26 8.81 305.76) |
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)
#3F3F46 — rgb(63, 63, 70)
Deuteranopia (Green-blind)
#3F4045 — rgb(63, 64, 69)
Tritanopia (Blue-blind)
#414343 — rgb(65, 67, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 10%, 26%);
text
color: hsl(264, 10%, 26%);
border
border: 2px solid hsl(264, 10%, 26%);
gradient light
background: linear-gradient(to right, hsl(264, 10%, 46%), hsl(264, 10%, 26%));
gradient dark
background: linear-gradient(to right, hsl(264, 10%, 26%), hsl(264, 10%, 6%))
hex
background-color: #413C49;
tailwind
bg-[hsl(264,10%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 10%, 26%, 0.4);
css variable
--color-primary: hsl(264, 10%, 26%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 10%, 26%)?
HEX: #413C49 | RGB: rgb(65, 60, 73) | CMYK: 11%, 18%, 0%, 71% | HSV: 263°, 18%, 29%. Copy any format from the conversion table above.
What colors go well with #413C49?
The complementary color is HSL(84, 10%, 26%). 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, 10%, 26%) in CSS?
As HSL: color: hsl(264, 10%, 26%); — As HEX: color: #413C49; — As RGB: color: rgb(65, 60, 73); — Tailwind CSS: bg-[hsl(264,10%,26%)] — CSS variable: --color-primary: hsl(264, 10%, 26%);