HSL(5, 12%, 41%)
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(5,12%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(5, 12%, 41%) | color: hsl(5, 12%, 41%) | |
| HEX | #755E5C | color: #755E5C | |
| RGB | rgb(117, 94, 92) | color: rgb(117, 94, 92) | |
| CMYK | cmyk(0%, 20%, 21%, 54%) | — | |
| HSV | hsv(5, 21%, 46%) | — | |
| HWB | hwb(5 36% 54%) | color: hwb(5 36% 54%) | |
| OKLCH | oklch(0.5042 0.0303 24.01) | color: oklch(0.5042 0.0303 24.01) | |
| Lab | lab(42.09 8.99 4.68) | color: lab(42.09 8.99 4.68) | |
| LCH | lch(42.09 10.14 27.5) | color: lch(42.09 10.14 27.5) |
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)
#6B6B5C — rgb(107, 107, 92)
Deuteranopia (Green-blind)
#6C6E5D — rgb(108, 110, 93)
Tritanopia (Blue-blind)
#745D5D — rgb(116, 93, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(5, 12%, 41%);
text
color: hsl(5, 12%, 41%);
border
border: 2px solid hsl(5, 12%, 41%);
gradient light
background: linear-gradient(to right, hsl(5, 12%, 61%), hsl(5, 12%, 41%));
gradient dark
background: linear-gradient(to right, hsl(5, 12%, 41%), hsl(5, 12%, 21%))
hex
background-color: #755E5C;
tailwind
bg-[hsl(5,12%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(5, 12%, 41%, 0.4);
css variable
--color-primary: hsl(5, 12%, 41%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(5, 12%, 41%)?
HEX: #755E5C | RGB: rgb(117, 94, 92) | CMYK: 0%, 20%, 21%, 54% | HSV: 5°, 21%, 46%. Copy any format from the conversion table above.
What colors go well with #755E5C?
The complementary color is HSL(185, 12%, 41%). For a triadic harmony, use hues 5°, 125°, and 245°. For analogous combinations, try hues 335° and 35°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(5, 12%, 41%) in CSS?
As HSL: color: hsl(5, 12%, 41%); — As HEX: color: #755E5C; — As RGB: color: rgb(117, 94, 92); — Tailwind CSS: bg-[hsl(5,12%,41%)] — CSS variable: --color-primary: hsl(5, 12%, 41%);