HSL(352, 97%, 70%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,97%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 97%, 70%) | color: hsl(352, 97%, 70%) | |
| HEX | #FD687C | color: #FD687C | |
| RGB | rgb(253, 104, 124) | color: rgb(253, 104, 124) | |
| CMYK | cmyk(0%, 59%, 51%, 1%) | — | |
| HSV | hsv(352, 59%, 99%) | — | |
| HWB | hwb(352 41% 1%) | color: hwb(352 41% 1%) | |
| OKLCH | oklch(0.7084 0.1818 14.91) | color: oklch(0.7084 0.1818 14.91) | |
| Lab | lab(63.54 58.33 18.55) | color: lab(63.54 58.33 18.55) | |
| LCH | lch(63.54 61.21 17.64) | color: lch(63.54 61.21 17.64) |
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)
#BCBB77 — rgb(188, 187, 119)
Deuteranopia (Green-blind)
#C5D076 — rgb(197, 208, 118)
Tritanopia (Blue-blind)
#F67373 — rgb(246, 115, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 97%, 70%);
text
color: hsl(352, 97%, 70%);
border
border: 2px solid hsl(352, 97%, 70%);
gradient light
background: linear-gradient(to right, hsl(352, 97%, 90%), hsl(352, 97%, 70%));
gradient dark
background: linear-gradient(to right, hsl(352, 97%, 70%), hsl(352, 97%, 50%))
hex
background-color: #FD687C;
tailwind
bg-[hsl(352,97%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 97%, 70%, 0.4);
css variable
--color-primary: hsl(352, 97%, 70%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 97%, 70%)?
HEX: #FD687C | RGB: rgb(253, 104, 124) | CMYK: 0%, 59%, 51%, 1% | HSV: 352°, 59%, 99%. Copy any format from the conversion table above.
What colors go well with #FD687C?
The complementary color is HSL(172, 97%, 70%). 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, 97%, 70%) in CSS?
As HSL: color: hsl(352, 97%, 70%); — As HEX: color: #FD687C; — As RGB: color: rgb(253, 104, 124); — Tailwind CSS: bg-[hsl(352,97%,70%)] — CSS variable: --color-primary: hsl(352, 97%, 70%);