#fd5145
a balanced, electric red · warm · closest name: tomato
RGB
253, 81, 69
HSL
4°, 98%, 63%
CMYK
0, 68, 73, 1
Luminance
0.2720
Every format
| HEX | #fd5145 |
| RGB | rgb(253, 81, 69) |
| HSL | hsl(4, 98%, 63%) |
| CMYK | cmyk(0%, 68%, 73%, 1%) |
| LAB | lab(59.2 64.4 44.0) |
| LCH | lch(59.2 78.0 34.4) |
| OKLCH | oklch(0.673 0.210 28.1) |
Copy-ready code
/* CSS */
color: #fd5145;
background-color: #fd5145;
/* Tailwind (arbitrary) */
class="text-[#fd5145] bg-[#fd5145]"
/* SCSS */
$brand: #fd5145;
/* SwiftUI */
Color(red: 0.992, green: 0.318, blue: 0.271)
/* Android */
Color.parseColor("#fd5145")Accessibility — WCAG contrast
Aa
#fd5145 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5145 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow72.7%
Key (black)0.8%
Color previews
#fd5145 text on a black background
contrast 6.44:1
Card sample
#fd5145 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5145;
Background color
Panel with #fd5145 background
background-color: #fd5145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 81, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 81, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5145; background: linear-gradient(135deg, #fd5145, #FDCC45);