HSL(2, 95%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,95%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 95%, 74%) | color: hsl(2, 95%, 74%) | |
| HEX | #FC827E | color: #FC827E | |
| RGB | rgb(252, 130, 126) | color: rgb(252, 130, 126) | |
| CMYK | cmyk(0%, 48%, 50%, 1%) | — | |
| HSV | hsv(2, 50%, 99%) | — | |
| HWB | hwb(2 50% 1%) | color: hwb(2 50% 1%) | |
| OKLCH | oklch(0.743 0.1495 23.27) | color: oklch(0.743 0.1495 23.27) | |
| Lab | lab(68.15 45.96 23.65) | color: lab(68.15 45.96 23.65) | |
| LCH | lch(68.15 51.69 27.23) | color: lch(68.15 51.69 27.23) |
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)
#C7C67F — rgb(199, 198, 127)
Deuteranopia (Green-blind)
#CED77F — rgb(206, 215, 127)
Tritanopia (Blue-blind)
#F68080 — rgb(246, 128, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 95%, 74%);
text
color: hsl(2, 95%, 74%);
border
border: 2px solid hsl(2, 95%, 74%);
gradient light
background: linear-gradient(to right, hsl(2, 95%, 94%), hsl(2, 95%, 74%));
gradient dark
background: linear-gradient(to right, hsl(2, 95%, 74%), hsl(2, 95%, 54%))
hex
background-color: #FC827E;
tailwind
bg-[hsl(2,95%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 95%, 74%, 0.4);
css variable
--color-primary: hsl(2, 95%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 95%, 74%)?
HEX: #FC827E | RGB: rgb(252, 130, 126) | CMYK: 0%, 48%, 50%, 1% | HSV: 2°, 50%, 99%. Copy any format from the conversion table above.
What colors go well with #FC827E?
The complementary color is HSL(182, 95%, 74%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 95%, 74%) in CSS?
As HSL: color: hsl(2, 95%, 74%); — As HEX: color: #FC827E; — As RGB: color: rgb(252, 130, 126); — Tailwind CSS: bg-[hsl(2,95%,74%)] — CSS variable: --color-primary: hsl(2, 95%, 74%);