HSL(263, 9%, 24%)
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%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 9%, 24%) | color: hsl(263, 9%, 24%) | |
| HEX | #3C3843 | color: #3C3843 | |
| RGB | rgb(60, 56, 67) | color: rgb(60, 56, 67) | |
| CMYK | cmyk(10%, 16%, 0%, 74%) | — | |
| HSV | hsv(262, 16%, 26%) | — | |
| HWB | hwb(262 22% 74%) | color: hwb(262 22% 74%) | |
| OKLCH | oklch(0.3491 0.0196 301.94) | color: oklch(0.3491 0.0196 301.94) | |
| Lab | lab(24.3 4.31 -6.16) | color: lab(24.3 4.31 -6.16) | |
| LCH | lch(24.3 7.52 304.98) | color: lch(24.3 7.52 304.98) |
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)
#3A3A40 — rgb(58, 58, 64)
Deuteranopia (Green-blind)
#3B3B40 — rgb(59, 59, 64)
Tritanopia (Blue-blind)
#3C3E3E — rgb(60, 62, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 9%, 24%);
text
color: hsl(263, 9%, 24%);
border
border: 2px solid hsl(263, 9%, 24%);
gradient light
background: linear-gradient(to right, hsl(263, 9%, 44%), hsl(263, 9%, 24%));
gradient dark
background: linear-gradient(to right, hsl(263, 9%, 24%), hsl(263, 9%, 4%))
hex
background-color: #3C3843;
tailwind
bg-[hsl(263,9%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 9%, 24%, 0.4);
css variable
--color-primary: hsl(263, 9%, 24%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(263, 9%, 24%)?
HEX: #3C3843 | RGB: rgb(60, 56, 67) | CMYK: 10%, 16%, 0%, 74% | HSV: 262°, 16%, 26%. Copy any format from the conversion table above.
What colors go well with #3C3843?
The complementary color is HSL(83, 9%, 24%). 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%, 24%) in CSS?
As HSL: color: hsl(263, 9%, 24%); — As HEX: color: #3C3843; — As RGB: color: rgb(60, 56, 67); — Tailwind CSS: bg-[hsl(263,9%,24%)] — CSS variable: --color-primary: hsl(263, 9%, 24%);