HSL(12, 11%, 24%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(12,11%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 11%, 24%) | color: hsl(12, 11%, 24%) | |
| HEX | #443936 | color: #443936 | |
| RGB | rgb(68, 57, 54) | color: rgb(68, 57, 54) | |
| CMYK | cmyk(0%, 16%, 21%, 73%) | — | |
| HSV | hsv(13, 21%, 27%) | — | |
| HWB | hwb(13 21% 73%) | color: hwb(13 21% 73%) | |
| OKLCH | oklch(0.3552 0.0165 35.71) | color: oklch(0.3552 0.0165 35.71) | |
| Lab | lab(25.02 4.25 3.66) | color: lab(25.02 4.25 3.66) | |
| LCH | lch(25.02 5.61 40.73) | color: lch(25.02 5.61 40.73) |
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)
#3F3F37 — rgb(63, 63, 55)
Deuteranopia (Green-blind)
#404137 — rgb(64, 65, 55)
Tritanopia (Blue-blind)
#433737 — rgb(67, 55, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 11%, 24%);
text
color: hsl(12, 11%, 24%);
border
border: 2px solid hsl(12, 11%, 24%);
gradient light
background: linear-gradient(to right, hsl(12, 11%, 44%), hsl(12, 11%, 24%));
gradient dark
background: linear-gradient(to right, hsl(12, 11%, 24%), hsl(12, 11%, 4%))
hex
background-color: #443936;
tailwind
bg-[hsl(12,11%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 11%, 24%, 0.4);
css variable
--color-primary: hsl(12, 11%, 24%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(12, 11%, 24%)?
HEX: #443936 | RGB: rgb(68, 57, 54) | CMYK: 0%, 16%, 21%, 73% | HSV: 13°, 21%, 27%. Copy any format from the conversion table above.
What colors go well with #443936?
The complementary color is HSL(192, 11%, 24%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 11%, 24%) in CSS?
As HSL: color: hsl(12, 11%, 24%); — As HEX: color: #443936; — As RGB: color: rgb(68, 57, 54); — Tailwind CSS: bg-[hsl(12,11%,24%)] — CSS variable: --color-primary: hsl(12, 11%, 24%);