HSL(357, 10%, 25%)
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(357,10%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 10%, 25%) | color: hsl(357, 10%, 25%) | |
| HEX | #46393A | color: #46393A | |
| RGB | rgb(70, 57, 58) | color: rgb(70, 57, 58) | |
| CMYK | cmyk(0%, 19%, 17%, 73%) | — | |
| HSV | hsv(355, 19%, 27%) | — | |
| HWB | hwb(355 22% 73%) | color: hwb(355 22% 73%) | |
| OKLCH | oklch(0.3588 0.0184 12.82) | color: oklch(0.3588 0.0184 12.82) | |
| Lab | lab(25.36 5.91 1.52) | color: lab(25.36 5.91 1.52) | |
| LCH | lch(25.36 6.1 14.42) | color: lch(25.36 6.1 14.42) |
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)
#40403A — rgb(64, 64, 58)
Deuteranopia (Green-blind)
#41423A — rgb(65, 66, 58)
Tritanopia (Blue-blind)
#453A3A — rgb(69, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 10%, 25%);
text
color: hsl(357, 10%, 25%);
border
border: 2px solid hsl(357, 10%, 25%);
gradient light
background: linear-gradient(to right, hsl(357, 10%, 45%), hsl(357, 10%, 25%));
gradient dark
background: linear-gradient(to right, hsl(357, 10%, 25%), hsl(357, 10%, 5%))
hex
background-color: #46393A;
tailwind
bg-[hsl(357,10%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 10%, 25%, 0.4);
css variable
--color-primary: hsl(357, 10%, 25%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(357, 10%, 25%)?
HEX: #46393A | RGB: rgb(70, 57, 58) | CMYK: 0%, 19%, 17%, 73% | HSV: 355°, 19%, 27%. Copy any format from the conversion table above.
What colors go well with #46393A?
The complementary color is HSL(177, 10%, 25%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 10%, 25%) in CSS?
As HSL: color: hsl(357, 10%, 25%); — As HEX: color: #46393A; — As RGB: color: rgb(70, 57, 58); — Tailwind CSS: bg-[hsl(357,10%,25%)] — CSS variable: --color-primary: hsl(357, 10%, 25%);