HSL(263, 9%, 26%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(263,9%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 9%, 26%) | color: hsl(263, 9%, 26%) | |
| HEX | #413C48 | color: #413C48 | |
| RGB | rgb(65, 60, 72) | color: rgb(65, 60, 72) | |
| CMYK | cmyk(10%, 17%, 0%, 72%) | — | |
| HSV | hsv(265, 17%, 28%) | — | |
| HWB | hwb(265 23% 72%) | color: hwb(265 23% 72%) | |
| OKLCH | oklch(0.3659 0.0213 304.24) | color: oklch(0.3659 0.0213 304.24) | |
| Lab | lab(26.23 4.91 -6.54) | color: lab(26.23 4.91 -6.54) | |
| LCH | lch(26.23 8.18 306.9) | color: lch(26.23 8.18 306.9) |
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)
#3F3F45 — rgb(63, 63, 69)
Deuteranopia (Green-blind)
#3F4044 — rgb(63, 64, 68)
Tritanopia (Blue-blind)
#414342 — rgb(65, 67, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 9%, 26%);
text
color: hsl(263, 9%, 26%);
border
border: 2px solid hsl(263, 9%, 26%);
gradient light
background: linear-gradient(to right, hsl(263, 9%, 46%), hsl(263, 9%, 26%));
gradient dark
background: linear-gradient(to right, hsl(263, 9%, 26%), hsl(263, 9%, 6%))
hex
background-color: #413C48;
tailwind
bg-[hsl(263,9%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 9%, 26%, 0.4);
css variable
--color-primary: hsl(263, 9%, 26%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(263, 9%, 26%)?
HEX: #413C48 | RGB: rgb(65, 60, 72) | CMYK: 10%, 17%, 0%, 72% | HSV: 265°, 17%, 28%. Copy any format from the conversion table above.
What colors go well with #413C48?
The complementary color is HSL(83, 9%, 26%). 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, 9%, 26%) in CSS?
As HSL: color: hsl(263, 9%, 26%); — As HEX: color: #413C48; — As RGB: color: rgb(65, 60, 72); — Tailwind CSS: bg-[hsl(263,9%,26%)] — CSS variable: --color-primary: hsl(263, 9%, 26%);