HSL(1, 98%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(1,98%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 98%, 71%) | color: hsl(1, 98%, 71%) | |
| HEX | #FE6F6D | color: #FE6F6D | |
| RGB | rgb(254, 111, 109) | color: rgb(254, 111, 109) | |
| CMYK | cmyk(0%, 56%, 57%, 0%) | — | |
| HSV | hsv(1, 57%, 100%) | — | |
| HWB | hwb(1 43% 0%) | color: hwb(1 43% 0%) | |
| OKLCH | oklch(0.7157 0.1755 23.35) | color: oklch(0.7157 0.1755 23.35) | |
| Lab | lab(64.6 54.36 28.51) | color: lab(64.6 54.36 28.51) | |
| LCH | lch(64.6 61.38 27.68) | color: lch(64.6 61.38 27.68) |
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)
#C0BF6D — rgb(192, 191, 109)
Deuteranopia (Green-blind)
#C8D36E — rgb(200, 211, 110)
Tritanopia (Blue-blind)
#F76E6E — rgb(247, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 98%, 71%);
text
color: hsl(1, 98%, 71%);
border
border: 2px solid hsl(1, 98%, 71%);
gradient light
background: linear-gradient(to right, hsl(1, 98%, 91%), hsl(1, 98%, 71%));
gradient dark
background: linear-gradient(to right, hsl(1, 98%, 71%), hsl(1, 98%, 51%))
hex
background-color: #FE6F6D;
tailwind
bg-[hsl(1,98%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 98%, 71%, 0.4);
css variable
--color-primary: hsl(1, 98%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 98%, 71%)?
HEX: #FE6F6D | RGB: rgb(254, 111, 109) | CMYK: 0%, 56%, 57%, 0% | HSV: 1°, 57%, 100%. Copy any format from the conversion table above.
What colors go well with #FE6F6D?
The complementary color is HSL(181, 98%, 71%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 98%, 71%) in CSS?
As HSL: color: hsl(1, 98%, 71%); — As HEX: color: #FE6F6D; — As RGB: color: rgb(254, 111, 109); — Tailwind CSS: bg-[hsl(1,98%,71%)] — CSS variable: --color-primary: hsl(1, 98%, 71%);