#fd615f
a light, electric red · warm · closest name: tomato
RGB
253, 97, 95
HSL
1°, 98%, 68%
CMYK
0, 62, 63, 1
Luminance
0.3026
Every format
| HEX | #fd615f |
| RGB | rgb(253, 97, 95) |
| HSL | hsl(1, 98%, 68%) |
| CMYK | cmyk(0%, 62%, 63%, 1%) |
| LAB | lab(61.9 59.3 32.9) |
| LCH | lch(61.9 67.8 29.0) |
| OKLCH | oklch(0.694 0.191 24.2) |
Copy-ready code
/* CSS */
color: #fd615f;
background-color: #fd615f;
/* Tailwind (arbitrary) */
class="text-[#fd615f] bg-[#fd615f]"
/* SCSS */
$brand: #fd615f;
/* SwiftUI */
Color(red: 0.992, green: 0.380, blue: 0.373)
/* Android */
Color.parseColor("#fd615f")Accessibility — WCAG contrast
Aa
#fd615f on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd615f on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow62.5%
Key (black)0.8%
Color previews
#fd615f text on a black background
contrast 7.05:1
Card sample
#fd615f text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd615f;
Background color
Panel with #fd615f background
background-color: #fd615f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd615f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 97, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 97, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd615f; background: linear-gradient(135deg, #fd615f, #FDCA5F);