HSL(356, 90%, 81%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,90%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 90%, 81%) | color: hsl(356, 90%, 81%) | |
| HEX | #FAA3A9 | color: #FAA3A9 | |
| RGB | rgb(250, 163, 169) | color: rgb(250, 163, 169) | |
| CMYK | cmyk(0%, 35%, 32%, 2%) | — | |
| HSV | hsv(356, 35%, 98%) | — | |
| HWB | hwb(356 64% 2%) | color: hwb(356 64% 2%) | |
| OKLCH | oklch(0.8031 0.1036 15.14) | color: oklch(0.8031 0.1036 15.14) | |
| Lab | lab(75.69 32.94 10.32) | color: lab(75.69 32.94 10.32) | |
| LCH | lch(75.69 34.52 17.4) | color: lch(75.69 34.52 17.4) |
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)
#D4D4A8 — rgb(212, 212, 168)
Deuteranopia (Green-blind)
#D9E0A7 — rgb(217, 224, 167)
Tritanopia (Blue-blind)
#F6A6A6 — rgb(246, 166, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 90%, 81%);
text
color: hsl(356, 90%, 81%);
border
border: 2px solid hsl(356, 90%, 81%);
gradient light
background: linear-gradient(to right, hsl(356, 90%, 100%), hsl(356, 90%, 81%));
gradient dark
background: linear-gradient(to right, hsl(356, 90%, 81%), hsl(356, 90%, 61%))
hex
background-color: #FAA3A9;
tailwind
bg-[hsl(356,90%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 90%, 81%, 0.4);
css variable
--color-primary: hsl(356, 90%, 81%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 90%, 81%)?
HEX: #FAA3A9 | RGB: rgb(250, 163, 169) | CMYK: 0%, 35%, 32%, 2% | HSV: 356°, 35%, 98%. Copy any format from the conversion table above.
What colors go well with #FAA3A9?
The complementary color is HSL(176, 90%, 81%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 90%, 81%) in CSS?
As HSL: color: hsl(356, 90%, 81%); — As HEX: color: #FAA3A9; — As RGB: color: rgb(250, 163, 169); — Tailwind CSS: bg-[hsl(356,90%,81%)] — CSS variable: --color-primary: hsl(356, 90%, 81%);