#f76464
a light, electric red · warm · closest name: salmon
RGB
247, 100, 100
HSL
0°, 90%, 68%
CMYK
0, 60, 60, 3
Luminance
0.2981
Every format
| HEX | #f76464 |
| RGB | rgb(247, 100, 100) |
| HSL | hsl(0, 90%, 68%) |
| CMYK | cmyk(0%, 60%, 60%, 3%) |
| LAB | lab(61.5 56.3 29.3) |
| LCH | lch(61.5 63.5 27.5) |
| OKLCH | oklch(0.690 0.181 23.1) |
Copy-ready code
/* CSS */
color: #f76464;
background-color: #f76464;
/* Tailwind (arbitrary) */
class="text-[#f76464] bg-[#f76464]"
/* SCSS */
$brand: #f76464;
/* SwiftUI */
Color(red: 0.969, green: 0.392, blue: 0.392)
/* Android */
Color.parseColor("#f76464")Accessibility — WCAG contrast
Aa
#f76464 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f76464 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green39.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow59.5%
Key (black)3.1%
Color previews
#f76464 text on a black background
contrast 6.96:1
Card sample
#f76464 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76464;
Background color
Panel with #f76464 background
background-color: #f76464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 100, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 100, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76464; background: linear-gradient(135deg, #f76464, #F7C664);