HSL(359, 75%, 82%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,75%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 75%, 82%) | color: hsl(359, 75%, 82%) | |
| HEX | #F4AFB0 | color: #F4AFB0 | |
| RGB | rgb(244, 175, 176) | color: rgb(244, 175, 176) | |
| CMYK | cmyk(0%, 28%, 28%, 4%) | — | |
| HSV | hsv(359, 28%, 96%) | — | |
| HWB | hwb(359 69% 4%) | color: hwb(359 69% 4%) | |
| OKLCH | oklch(0.8191 0.0811 18.01) | color: oklch(0.8191 0.0811 18.01) | |
| Lab | lab(77.89 25.34 9.55) | color: lab(77.89 25.34 9.55) | |
| LCH | lch(77.89 27.08 20.65) | color: lch(77.89 27.08 20.65) |
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)
#D6D6B0 — rgb(214, 214, 176)
Deuteranopia (Green-blind)
#DADFB0 — rgb(218, 223, 176)
Tritanopia (Blue-blind)
#F1B0B0 — rgb(241, 176, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 75%, 82%);
text
color: hsl(359, 75%, 82%);
border
border: 2px solid hsl(359, 75%, 82%);
gradient light
background: linear-gradient(to right, hsl(359, 75%, 100%), hsl(359, 75%, 82%));
gradient dark
background: linear-gradient(to right, hsl(359, 75%, 82%), hsl(359, 75%, 62%))
hex
background-color: #F4AFB0;
tailwind
bg-[hsl(359,75%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 75%, 82%, 0.4);
css variable
--color-primary: hsl(359, 75%, 82%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 75%, 82%)?
HEX: #F4AFB0 | RGB: rgb(244, 175, 176) | CMYK: 0%, 28%, 28%, 4% | HSV: 359°, 28%, 96%. Copy any format from the conversion table above.
What colors go well with #F4AFB0?
The complementary color is HSL(179, 75%, 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, 75%, 82%) in CSS?
As HSL: color: hsl(359, 75%, 82%); — As HEX: color: #F4AFB0; — As RGB: color: rgb(244, 175, 176); — Tailwind CSS: bg-[hsl(359,75%,82%)] — CSS variable: --color-primary: hsl(359, 75%, 82%);