#fd6261
a light, electric red · warm · closest name: tomato
RGB
253, 98, 97
HSL
0°, 98%, 69%
CMYK
0, 61, 62, 1
Luminance
0.3048
Every format
| HEX | #fd6261 |
| RGB | rgb(253, 98, 97) |
| HSL | hsl(0, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 62%, 1%) |
| LAB | lab(62.1 59.0 32.0) |
| LCH | lch(62.1 67.1 28.5) |
| OKLCH | oklch(0.696 0.190 23.8) |
Copy-ready code
/* CSS */
color: #fd6261;
background-color: #fd6261;
/* Tailwind (arbitrary) */
class="text-[#fd6261] bg-[#fd6261]"
/* SCSS */
$brand: #fd6261;
/* SwiftUI */
Color(red: 0.992, green: 0.384, blue: 0.380)
/* Android */
Color.parseColor("#fd6261")Accessibility — WCAG contrast
Aa
#fd6261 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6261 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.4%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow61.7%
Key (black)0.8%
Color previews
#fd6261 text on a black background
contrast 7.10:1
Card sample
#fd6261 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6261;
Background color
Panel with #fd6261 background
background-color: #fd6261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 98, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 98, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6261; background: linear-gradient(135deg, #fd6261, #FDCA61);