HSL(357, 91%, 81%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,91%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 91%, 81%) | color: hsl(357, 91%, 81%) | |
| HEX | #FBA2A7 | color: #FBA2A7 | |
| RGB | rgb(251, 162, 167) | color: rgb(251, 162, 167) | |
| CMYK | cmyk(0%, 35%, 33%, 2%) | — | |
| HSV | hsv(357, 35%, 98%) | — | |
| HWB | hwb(357 64% 2%) | color: hwb(357 64% 2%) | |
| OKLCH | oklch(0.802 0.106 16.05) | color: oklch(0.802 0.106 16.05) | |
| Lab | lab(75.54 33.58 11.22) | color: lab(75.54 33.58 11.22) | |
| LCH | lch(75.54 35.4 18.48) | color: lch(75.54 35.4 18.48) |
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)
#D4D4A6 — rgb(212, 212, 166)
Deuteranopia (Green-blind)
#DAE0A6 — rgb(218, 224, 166)
Tritanopia (Blue-blind)
#F7A5A5 — rgb(247, 165, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 91%, 81%);
text
color: hsl(357, 91%, 81%);
border
border: 2px solid hsl(357, 91%, 81%);
gradient light
background: linear-gradient(to right, hsl(357, 91%, 100%), hsl(357, 91%, 81%));
gradient dark
background: linear-gradient(to right, hsl(357, 91%, 81%), hsl(357, 91%, 61%))
hex
background-color: #FBA2A7;
tailwind
bg-[hsl(357,91%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 91%, 81%, 0.4);
css variable
--color-primary: hsl(357, 91%, 81%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 91%, 81%)?
HEX: #FBA2A7 | RGB: rgb(251, 162, 167) | CMYK: 0%, 35%, 33%, 2% | HSV: 357°, 35%, 98%. Copy any format from the conversion table above.
What colors go well with #FBA2A7?
The complementary color is HSL(177, 91%, 81%). 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, 91%, 81%) in CSS?
As HSL: color: hsl(357, 91%, 81%); — As HEX: color: #FBA2A7; — As RGB: color: rgb(251, 162, 167); — Tailwind CSS: bg-[hsl(357,91%,81%)] — CSS variable: --color-primary: hsl(357, 91%, 81%);