#f96554
a light, electric red · warm · closest name: tomato
RGB
249, 101, 84
HSL
6°, 93%, 65%
CMYK
0, 59, 66, 2
Luminance
0.3009
Every format
| HEX | #f96554 |
| RGB | rgb(249, 101, 84) |
| HSL | hsl(6, 93%, 65%) |
| CMYK | cmyk(0%, 59%, 66%, 2%) |
| LAB | lab(61.7 55.6 38.6) |
| LCH | lch(61.7 67.7 34.8) |
| OKLCH | oklch(0.691 0.185 29.2) |
Copy-ready code
/* CSS */
color: #f96554;
background-color: #f96554;
/* Tailwind (arbitrary) */
class="text-[#f96554] bg-[#f96554]"
/* SCSS */
$brand: #f96554;
/* SwiftUI */
Color(red: 0.976, green: 0.396, blue: 0.329)
/* Android */
Color.parseColor("#f96554")Accessibility — WCAG contrast
Aa
#f96554 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96554 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green39.6%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow66.3%
Key (black)2.4%
Color previews
#f96554 text on a black background
contrast 7.02:1
Card sample
#f96554 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96554;
Background color
Panel with #f96554 background
background-color: #f96554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 101, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 101, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96554; background: linear-gradient(135deg, #f96554, #F9D354);