HSL(359, 76%, 82%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,76%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 76%, 82%) | color: hsl(359, 76%, 82%) | |
| HEX | #F4AEAF | color: #F4AEAF | |
| RGB | rgb(244, 174, 175) | color: rgb(244, 174, 175) | |
| CMYK | cmyk(0%, 29%, 28%, 4%) | — | |
| HSV | hsv(359, 29%, 96%) | — | |
| HWB | hwb(359 68% 4%) | color: hwb(359 68% 4%) | |
| OKLCH | oklch(0.8171 0.0824 18.06) | color: oklch(0.8171 0.0824 18.06) | |
| Lab | lab(77.64 25.73 9.73) | color: lab(77.64 25.73 9.73) | |
| LCH | lch(77.64 27.51 20.71) | color: lch(77.64 27.51 20.71) |
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)
#D6D5AF — rgb(214, 213, 175)
Deuteranopia (Green-blind)
#DADFAF — rgb(218, 223, 175)
Tritanopia (Blue-blind)
#F1AFAF — rgb(241, 175, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 76%, 82%);
text
color: hsl(359, 76%, 82%);
border
border: 2px solid hsl(359, 76%, 82%);
gradient light
background: linear-gradient(to right, hsl(359, 76%, 100%), hsl(359, 76%, 82%));
gradient dark
background: linear-gradient(to right, hsl(359, 76%, 82%), hsl(359, 76%, 62%))
hex
background-color: #F4AEAF;
tailwind
bg-[hsl(359,76%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 76%, 82%, 0.4);
css variable
--color-primary: hsl(359, 76%, 82%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 76%, 82%)?
HEX: #F4AEAF | RGB: rgb(244, 174, 175) | CMYK: 0%, 29%, 28%, 4% | HSV: 359°, 29%, 96%. Copy any format from the conversion table above.
What colors go well with #F4AEAF?
The complementary color is HSL(179, 76%, 82%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 76%, 82%) in CSS?
As HSL: color: hsl(359, 76%, 82%); — As HEX: color: #F4AEAF; — As RGB: color: rgb(244, 174, 175); — Tailwind CSS: bg-[hsl(359,76%,82%)] — CSS variable: --color-primary: hsl(359, 76%, 82%);