HSL(357, 30%, 43%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,30%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 30%, 43%) | color: hsl(357, 30%, 43%) | |
| HEX | #8F4D50 | color: #8F4D50 | |
| RGB | rgb(143, 77, 80) | color: rgb(143, 77, 80) | |
| CMYK | cmyk(0%, 46%, 44%, 44%) | — | |
| HSV | hsv(357, 46%, 56%) | — | |
| HWB | hwb(357 30% 44%) | color: hwb(357 30% 44%) | |
| OKLCH | oklch(0.5002 0.0889 17.89) | color: oklch(0.5002 0.0889 17.89) | |
| Lab | lab(40.78 28.02 10.65) | color: lab(40.78 28.02 10.65) | |
| LCH | lch(40.78 29.98 20.81) | color: lch(40.78 29.98 20.81) |
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)
#72724F — rgb(114, 114, 79)
Deuteranopia (Green-blind)
#767B4F — rgb(118, 123, 79)
Tritanopia (Blue-blind)
#8C4F4F — rgb(140, 79, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 30%, 43%);
text
color: hsl(357, 30%, 43%);
border
border: 2px solid hsl(357, 30%, 43%);
gradient light
background: linear-gradient(to right, hsl(357, 30%, 63%), hsl(357, 30%, 43%));
gradient dark
background: linear-gradient(to right, hsl(357, 30%, 43%), hsl(357, 30%, 23%))
hex
background-color: #8F4D50;
tailwind
bg-[hsl(357,30%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 30%, 43%, 0.4);
css variable
--color-primary: hsl(357, 30%, 43%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 30%, 43%)?
HEX: #8F4D50 | RGB: rgb(143, 77, 80) | CMYK: 0%, 46%, 44%, 44% | HSV: 357°, 46%, 56%. Copy any format from the conversion table above.
What colors go well with #8F4D50?
The complementary color is HSL(177, 30%, 43%). 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, 30%, 43%) in CSS?
As HSL: color: hsl(357, 30%, 43%); — As HEX: color: #8F4D50; — As RGB: color: rgb(143, 77, 80); — Tailwind CSS: bg-[hsl(357,30%,43%)] — CSS variable: --color-primary: hsl(357, 30%, 43%);