#fd7f5f
a light, electric red · warm · closest name: coral
RGB
253, 127, 95
HSL
12°, 98%, 68%
CMYK
0, 50, 63, 1
Luminance
0.3689
Every format
| HEX | #fd7f5f |
| RGB | rgb(253, 127, 95) |
| HSL | hsl(12, 98%, 68%) |
| CMYK | cmyk(0%, 50%, 63%, 1%) |
| LAB | lab(67.2 45.5 39.5) |
| LCH | lch(67.2 60.2 41.0) |
| OKLCH | oklch(0.734 0.161 35.3) |
Copy-ready code
/* CSS */
color: #fd7f5f;
background-color: #fd7f5f;
/* Tailwind (arbitrary) */
class="text-[#fd7f5f] bg-[#fd7f5f]"
/* SCSS */
$brand: #fd7f5f;
/* SwiftUI */
Color(red: 0.992, green: 0.498, blue: 0.373)
/* Android */
Color.parseColor("#fd7f5f")Accessibility — WCAG contrast
Aa
#fd7f5f on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7f5f on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow62.5%
Key (black)0.8%
Color previews
#fd7f5f text on a black background
contrast 8.38:1
Card sample
#fd7f5f text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7f5f;
Background color
Panel with #fd7f5f background
background-color: #fd7f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 127, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 127, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7f5f; background: linear-gradient(135deg, #fd7f5f, #FDE85F);