HSL(357, 25%, 54%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,25%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 25%, 54%) | color: hsl(357, 25%, 54%) | |
| HEX | #A76C6F | color: #A76C6F | |
| RGB | rgb(167, 108, 111) | color: rgb(167, 108, 111) | |
| CMYK | cmyk(0%, 35%, 34%, 35%) | — | |
| HSV | hsv(357, 35%, 65%) | — | |
| HWB | hwb(357 42% 35%) | color: hwb(357 42% 35%) | |
| OKLCH | oklch(0.5948 0.0757 16.27) | color: oklch(0.5948 0.0757 16.27) | |
| Lab | lab(51.94 23.93 8.11) | color: lab(51.94 23.93 8.11) | |
| LCH | lch(51.94 25.27 18.72) | color: lch(51.94 25.27 18.72) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8D8D6E — rgb(141, 141, 110)
Deuteranopia (Green-blind)
#91956E — rgb(145, 149, 110)
Tritanopia (Blue-blind)
#A46E6E — rgb(164, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 25%, 54%);
text
color: hsl(357, 25%, 54%);
border
border: 2px solid hsl(357, 25%, 54%);
gradient light
background: linear-gradient(to right, hsl(357, 25%, 74%), hsl(357, 25%, 54%));
gradient dark
background: linear-gradient(to right, hsl(357, 25%, 54%), hsl(357, 25%, 34%))
hex
background-color: #A76C6F;
tailwind
bg-[hsl(357,25%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 25%, 54%, 0.4);
css variable
--color-primary: hsl(357, 25%, 54%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 25%, 54%)?
HEX: #A76C6F | RGB: rgb(167, 108, 111) | CMYK: 0%, 35%, 34%, 35% | HSV: 357°, 35%, 65%. Copy any format from the conversion table above.
What colors go well with #A76C6F?
The complementary color is HSL(177, 25%, 54%). 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, 25%, 54%) in CSS?
As HSL: color: hsl(357, 25%, 54%); — As HEX: color: #A76C6F; — As RGB: color: rgb(167, 108, 111); — Tailwind CSS: bg-[hsl(357,25%,54%)] — CSS variable: --color-primary: hsl(357, 25%, 54%);