HSL(351, 98%, 79%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,98%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 98%, 79%) | color: hsl(351, 98%, 79%) | |
| HEX | #FE95A5 | color: #FE95A5 | |
| RGB | rgb(254, 149, 165) | color: rgb(254, 149, 165) | |
| CMYK | cmyk(0%, 41%, 35%, 0%) | — | |
| HSV | hsv(351, 41%, 100%) | — | |
| HWB | hwb(351 59% 0%) | color: hwb(351 59% 0%) | |
| OKLCH | oklch(0.7838 0.1269 10.62) | color: oklch(0.7838 0.1269 10.62) | |
| Lab | lab(73.08 41.14 8.87) | color: lab(73.08 41.14 8.87) | |
| LCH | lch(73.08 42.09 12.17) | color: lch(73.08 42.09 12.17) |
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)
#D1D0A1 — rgb(209, 208, 161)
Deuteranopia (Green-blind)
#D7DFA0 — rgb(215, 223, 160)
Tritanopia (Blue-blind)
#F99E9D — rgb(249, 158, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 98%, 79%);
text
color: hsl(351, 98%, 79%);
border
border: 2px solid hsl(351, 98%, 79%);
gradient light
background: linear-gradient(to right, hsl(351, 98%, 99%), hsl(351, 98%, 79%));
gradient dark
background: linear-gradient(to right, hsl(351, 98%, 79%), hsl(351, 98%, 59%))
hex
background-color: #FE95A5;
tailwind
bg-[hsl(351,98%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 98%, 79%, 0.4);
css variable
--color-primary: hsl(351, 98%, 79%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 98%, 79%)?
HEX: #FE95A5 | RGB: rgb(254, 149, 165) | CMYK: 0%, 41%, 35%, 0% | HSV: 351°, 41%, 100%. Copy any format from the conversion table above.
What colors go well with #FE95A5?
The complementary color is HSL(171, 98%, 79%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 98%, 79%) in CSS?
As HSL: color: hsl(351, 98%, 79%); — As HEX: color: #FE95A5; — As RGB: color: rgb(254, 149, 165); — Tailwind CSS: bg-[hsl(351,98%,79%)] — CSS variable: --color-primary: hsl(351, 98%, 79%);