HSL(357, 40%, 47%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,40%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 40%, 47%) | color: hsl(357, 40%, 47%) | |
| HEX | #A8484D | color: #A8484D | |
| RGB | rgb(168, 72, 77) | color: rgb(168, 72, 77) | |
| CMYK | cmyk(0%, 57%, 54%, 34%) | — | |
| HSV | hsv(357, 57%, 66%) | — | |
| HWB | hwb(357 28% 34%) | color: hwb(357 28% 34%) | |
| OKLCH | oklch(0.5284 0.1267 19.33) | color: oklch(0.5284 0.1267 19.33) | |
| Lab | lab(43.5 39.95 16.84) | color: lab(43.5 39.95 16.84) | |
| LCH | lch(43.5 43.35 22.86) | color: lch(43.5 43.35 22.86) |
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)
#7E7E4C — rgb(126, 126, 76)
Deuteranopia (Green-blind)
#848B4C — rgb(132, 139, 76)
Tritanopia (Blue-blind)
#A34B4B — rgb(163, 75, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 40%, 47%);
text
color: hsl(357, 40%, 47%);
border
border: 2px solid hsl(357, 40%, 47%);
gradient light
background: linear-gradient(to right, hsl(357, 40%, 67%), hsl(357, 40%, 47%));
gradient dark
background: linear-gradient(to right, hsl(357, 40%, 47%), hsl(357, 40%, 27%))
hex
background-color: #A8484D;
tailwind
bg-[hsl(357,40%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 40%, 47%, 0.4);
css variable
--color-primary: hsl(357, 40%, 47%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 40%, 47%)?
HEX: #A8484D | RGB: rgb(168, 72, 77) | CMYK: 0%, 57%, 54%, 34% | HSV: 357°, 57%, 66%. Copy any format from the conversion table above.
What colors go well with #A8484D?
The complementary color is HSL(177, 40%, 47%). 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, 40%, 47%) in CSS?
As HSL: color: hsl(357, 40%, 47%); — As HEX: color: #A8484D; — As RGB: color: rgb(168, 72, 77); — Tailwind CSS: bg-[hsl(357,40%,47%)] — CSS variable: --color-primary: hsl(357, 40%, 47%);