HSL(346, 98%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,98%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 98%, 74%) | color: hsl(346, 98%, 74%) | |
| HEX | #FE7C9A | color: #FE7C9A | |
| RGB | rgb(254, 124, 154) | color: rgb(254, 124, 154) | |
| CMYK | cmyk(0%, 51%, 39%, 0%) | — | |
| HSV | hsv(346, 51%, 100%) | — | |
| HWB | hwb(346 49% 0%) | color: hwb(346 49% 0%) | |
| OKLCH | oklch(0.7436 0.1602 7.24) | color: oklch(0.7436 0.1602 7.24) | |
| Lab | lab(67.89 52.3 7.6) | color: lab(67.89 52.3 7.6) | |
| LCH | lch(67.89 52.85 8.27) | color: lch(67.89 52.85 8.27) |
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)
#C6C593 — rgb(198, 197, 147)
Deuteranopia (Green-blind)
#CDD791 — rgb(205, 215, 145)
Tritanopia (Blue-blind)
#F88D8C — rgb(248, 141, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 98%, 74%);
text
color: hsl(346, 98%, 74%);
border
border: 2px solid hsl(346, 98%, 74%);
gradient light
background: linear-gradient(to right, hsl(346, 98%, 94%), hsl(346, 98%, 74%));
gradient dark
background: linear-gradient(to right, hsl(346, 98%, 74%), hsl(346, 98%, 54%))
hex
background-color: #FE7C9A;
tailwind
bg-[hsl(346,98%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 98%, 74%, 0.4);
css variable
--color-primary: hsl(346, 98%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 98%, 74%)?
HEX: #FE7C9A | RGB: rgb(254, 124, 154) | CMYK: 0%, 51%, 39%, 0% | HSV: 346°, 51%, 100%. Copy any format from the conversion table above.
What colors go well with #FE7C9A?
The complementary color is HSL(166, 98%, 74%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 98%, 74%) in CSS?
As HSL: color: hsl(346, 98%, 74%); — As HEX: color: #FE7C9A; — As RGB: color: rgb(254, 124, 154); — Tailwind CSS: bg-[hsl(346,98%,74%)] — CSS variable: --color-primary: hsl(346, 98%, 74%);