HSL(355, 10%, 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(355,10%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 10%, 24%) | color: hsl(355, 10%, 24%) | |
| HEX | #433738 | color: #433738 | |
| RGB | rgb(67, 55, 56) | color: rgb(67, 55, 56) | |
| CMYK | cmyk(0%, 18%, 16%, 74%) | — | |
| HSV | hsv(355, 18%, 26%) | — | |
| HWB | hwb(355 21% 74%) | color: hwb(355 21% 74%) | |
| OKLCH | oklch(0.35 0.0171 12.33) | color: oklch(0.35 0.0171 12.33) | |
| Lab | lab(24.36 5.5 1.36) | color: lab(24.36 5.5 1.36) | |
| LCH | lch(24.36 5.67 13.89) | color: lch(24.36 5.67 13.89) |
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)
#3E3E38 — rgb(62, 62, 56)
Deuteranopia (Green-blind)
#3F3F38 — rgb(63, 63, 56)
Tritanopia (Blue-blind)
#423838 — rgb(66, 56, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 10%, 24%);
text
color: hsl(355, 10%, 24%);
border
border: 2px solid hsl(355, 10%, 24%);
gradient light
background: linear-gradient(to right, hsl(355, 10%, 44%), hsl(355, 10%, 24%));
gradient dark
background: linear-gradient(to right, hsl(355, 10%, 24%), hsl(355, 10%, 4%))
hex
background-color: #433738;
tailwind
bg-[hsl(355,10%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 10%, 24%, 0.4);
css variable
--color-primary: hsl(355, 10%, 24%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(355, 10%, 24%)?
HEX: #433738 | RGB: rgb(67, 55, 56) | CMYK: 0%, 18%, 16%, 74% | HSV: 355°, 18%, 26%. Copy any format from the conversion table above.
What colors go well with #433738?
The complementary color is HSL(175, 10%, 24%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 10%, 24%) in CSS?
As HSL: color: hsl(355, 10%, 24%); — As HEX: color: #433738; — As RGB: color: rgb(67, 55, 56); — Tailwind CSS: bg-[hsl(355,10%,24%)] — CSS variable: --color-primary: hsl(355, 10%, 24%);