#fd655f
a light, electric red · warm · closest name: tomato
RGB
253, 101, 95
HSL
2°, 98%, 68%
CMYK
0, 60, 63, 1
Luminance
0.3102
Every format
| HEX | #fd655f |
| RGB | rgb(253, 101, 95) |
| HSL | hsl(2, 98%, 68%) |
| CMYK | cmyk(0%, 60%, 63%, 1%) |
| LAB | lab(62.5 57.6 33.7) |
| LCH | lch(62.5 66.7 30.3) |
| OKLCH | oklch(0.699 0.187 25.4) |
Copy-ready code
/* CSS */
color: #fd655f;
background-color: #fd655f;
/* Tailwind (arbitrary) */
class="text-[#fd655f] bg-[#fd655f]"
/* SCSS */
$brand: #fd655f;
/* SwiftUI */
Color(red: 0.992, green: 0.396, blue: 0.373)
/* Android */
Color.parseColor("#fd655f")Accessibility — WCAG contrast
Aa
#fd655f on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd655f on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow62.5%
Key (black)0.8%
Color previews
#fd655f text on a black background
contrast 7.20:1
Card sample
#fd655f text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd655f;
Background color
Panel with #fd655f background
background-color: #fd655f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd655f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 101, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 101, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd655f; background: linear-gradient(135deg, #fd655f, #FDCE5F);