HSL(352, 100%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,100%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 100%, 74%) | color: hsl(352, 100%, 74%) | |
| HEX | #FF7A8C | color: #FF7A8C | |
| RGB | rgb(255, 122, 140) | color: rgb(255, 122, 140) | |
| CMYK | cmyk(0%, 52%, 45%, 0%) | — | |
| HSV | hsv(352, 52%, 100%) | — | |
| HWB | hwb(352 48% 0%) | color: hwb(352 48% 0%) | |
| OKLCH | oklch(0.7386 0.1622 13.5) | color: oklch(0.7386 0.1622 13.5) | |
| Lab | lab(67.34 52.17 14.74) | color: lab(67.34 52.17 14.74) | |
| LCH | lch(67.34 54.21 15.78) | color: lch(67.34 54.21 15.78) |
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)
#C5C488 — rgb(197, 196, 136)
Deuteranopia (Green-blind)
#CDD787 — rgb(205, 215, 135)
Tritanopia (Blue-blind)
#F88483 — rgb(248, 132, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 100%, 74%);
text
color: hsl(352, 100%, 74%);
border
border: 2px solid hsl(352, 100%, 74%);
gradient light
background: linear-gradient(to right, hsl(352, 100%, 94%), hsl(352, 100%, 74%));
gradient dark
background: linear-gradient(to right, hsl(352, 100%, 74%), hsl(352, 100%, 54%))
hex
background-color: #FF7A8C;
tailwind
bg-[hsl(352,100%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 100%, 74%, 0.4);
css variable
--color-primary: hsl(352, 100%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 100%, 74%)?
HEX: #FF7A8C | RGB: rgb(255, 122, 140) | CMYK: 0%, 52%, 45%, 0% | HSV: 352°, 52%, 100%. Copy any format from the conversion table above.
What colors go well with #FF7A8C?
The complementary color is HSL(172, 100%, 74%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 100%, 74%) in CSS?
As HSL: color: hsl(352, 100%, 74%); — As HEX: color: #FF7A8C; — As RGB: color: rgb(255, 122, 140); — Tailwind CSS: bg-[hsl(352,100%,74%)] — CSS variable: --color-primary: hsl(352, 100%, 74%);