#fd654f
a light, electric red · warm · closest name: tomato
RGB
253, 101, 79
HSL
8°, 98%, 65%
CMYK
0, 60, 69, 1
Luminance
0.3075
Every format
| HEX | #fd654f |
| RGB | rgb(253, 101, 79) |
| HSL | hsl(8, 98%, 65%) |
| CMYK | cmyk(0%, 60%, 69%, 1%) |
| LAB | lab(62.3 56.7 42.2) |
| LCH | lch(62.3 70.7 36.7) |
| OKLCH | oklch(0.697 0.190 30.7) |
Copy-ready code
/* CSS */
color: #fd654f;
background-color: #fd654f;
/* Tailwind (arbitrary) */
class="text-[#fd654f] bg-[#fd654f]"
/* SCSS */
$brand: #fd654f;
/* SwiftUI */
Color(red: 0.992, green: 0.396, blue: 0.310)
/* Android */
Color.parseColor("#fd654f")Accessibility — WCAG contrast
Aa
#fd654f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd654f on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow68.8%
Key (black)0.8%
Color previews
#fd654f text on a black background
contrast 7.15:1
Card sample
#fd654f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd654f;
Background color
Panel with #fd654f background
background-color: #fd654f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd654f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 101, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 101, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd654f; background: linear-gradient(135deg, #fd654f, #FDD94F);