#fd665f
a light, electric red · warm · closest name: tomato
RGB
253, 102, 95
HSL
3°, 98%, 68%
CMYK
0, 60, 63, 1
Luminance
0.3121
Every format
| HEX | #fd665f |
| RGB | rgb(253, 102, 95) |
| HSL | hsl(3, 98%, 68%) |
| CMYK | cmyk(0%, 60%, 63%, 1%) |
| LAB | lab(62.7 57.1 33.9) |
| LCH | lch(62.7 66.4 30.7) |
| OKLCH | oklch(0.700 0.186 25.7) |
Copy-ready code
/* CSS */
color: #fd665f;
background-color: #fd665f;
/* Tailwind (arbitrary) */
class="text-[#fd665f] bg-[#fd665f]"
/* SCSS */
$brand: #fd665f;
/* SwiftUI */
Color(red: 0.992, green: 0.400, blue: 0.373)
/* Android */
Color.parseColor("#fd665f")Accessibility — WCAG contrast
Aa
#fd665f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd665f on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow62.5%
Key (black)0.8%
Color previews
#fd665f text on a black background
contrast 7.24:1
Card sample
#fd665f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd665f;
Background color
Panel with #fd665f background
background-color: #fd665f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd665f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 102, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 102, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd665f; background: linear-gradient(135deg, #fd665f, #FDCF5F);