HSL(357, 16%, 62%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,16%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 16%, 62%) | color: hsl(357, 16%, 62%) | |
| HEX | #AE8F90 | color: #AE8F90 | |
| RGB | rgb(174, 143, 144) | color: rgb(174, 143, 144) | |
| CMYK | cmyk(0%, 18%, 17%, 32%) | — | |
| HSV | hsv(358, 18%, 68%) | — | |
| HWB | hwb(358 56% 32%) | color: hwb(358 56% 32%) | |
| OKLCH | oklch(0.6788 0.0375 15.93) | color: oklch(0.6788 0.0375 15.93) | |
| Lab | lab(62.22 11.82 3.86) | color: lab(62.22 11.82 3.86) | |
| LCH | lch(62.22 12.43 18.09) | color: lch(62.22 12.43 18.09) |
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)
#A1A090 — rgb(161, 160, 144)
Deuteranopia (Green-blind)
#A2A590 — rgb(162, 165, 144)
Tritanopia (Blue-blind)
#AC9090 — rgb(172, 144, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 16%, 62%);
text
color: hsl(357, 16%, 62%);
border
border: 2px solid hsl(357, 16%, 62%);
gradient light
background: linear-gradient(to right, hsl(357, 16%, 82%), hsl(357, 16%, 62%));
gradient dark
background: linear-gradient(to right, hsl(357, 16%, 62%), hsl(357, 16%, 42%))
hex
background-color: #AE8F90;
tailwind
bg-[hsl(357,16%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 16%, 62%, 0.4);
css variable
--color-primary: hsl(357, 16%, 62%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 16%, 62%)?
HEX: #AE8F90 | RGB: rgb(174, 143, 144) | CMYK: 0%, 18%, 17%, 32% | HSV: 358°, 18%, 68%. Copy any format from the conversion table above.
What colors go well with #AE8F90?
The complementary color is HSL(177, 16%, 62%). 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, 16%, 62%) in CSS?
As HSL: color: hsl(357, 16%, 62%); — As HEX: color: #AE8F90; — As RGB: color: rgb(174, 143, 144); — Tailwind CSS: bg-[hsl(357,16%,62%)] — CSS variable: --color-primary: hsl(357, 16%, 62%);