HSL(12, 95%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,95%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 95%, 74%) | color: hsl(12, 95%, 74%) | |
| HEX | #FC977E | color: #FC977E | |
| RGB | rgb(252, 151, 126) | color: rgb(252, 151, 126) | |
| CMYK | cmyk(0%, 40%, 50%, 1%) | — | |
| HSV | hsv(12, 50%, 99%) | — | |
| HWB | hwb(12 50% 1%) | color: hwb(12 50% 1%) | |
| OKLCH | oklch(0.7759 0.1273 34.75) | color: oklch(0.7759 0.1273 34.75) | |
| Lab | lab(72.46 35.34 29.4) | color: lab(72.46 35.34 29.4) | |
| LCH | lch(72.46 45.97 39.76) | color: lch(72.46 45.97 39.76) |
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)
#D0CF84 — rgb(208, 207, 132)
Deuteranopia (Green-blind)
#D6DE86 — rgb(214, 222, 134)
Tritanopia (Blue-blind)
#F7898A — rgb(247, 137, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 95%, 74%);
text
color: hsl(12, 95%, 74%);
border
border: 2px solid hsl(12, 95%, 74%);
gradient light
background: linear-gradient(to right, hsl(12, 95%, 94%), hsl(12, 95%, 74%));
gradient dark
background: linear-gradient(to right, hsl(12, 95%, 74%), hsl(12, 95%, 54%))
hex
background-color: #FC977E;
tailwind
bg-[hsl(12,95%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 95%, 74%, 0.4);
css variable
--color-primary: hsl(12, 95%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 95%, 74%)?
HEX: #FC977E | RGB: rgb(252, 151, 126) | CMYK: 0%, 40%, 50%, 1% | HSV: 12°, 50%, 99%. Copy any format from the conversion table above.
What colors go well with #FC977E?
The complementary color is HSL(192, 95%, 74%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 95%, 74%) in CSS?
As HSL: color: hsl(12, 95%, 74%); — As HEX: color: #FC977E; — As RGB: color: rgb(252, 151, 126); — Tailwind CSS: bg-[hsl(12,95%,74%)] — CSS variable: --color-primary: hsl(12, 95%, 74%);