#f0484b
a balanced, electric red · warm · closest name: crimson
RGB
240, 72, 75
HSL
359°, 85%, 61%
CMYK
0, 70, 69, 6
Luminance
0.2367
Every format
| HEX | #f0484b |
| RGB | rgb(240, 72, 75) |
| HSL | hsl(359, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 69%, 6%) |
| LAB | lab(55.8 63.9 36.1) |
| LCH | lch(55.8 73.4 29.5) |
| OKLCH | oklch(0.643 0.204 24.1) |
Copy-ready code
/* CSS */
color: #f0484b;
background-color: #f0484b;
/* Tailwind (arbitrary) */
class="text-[#f0484b] bg-[#f0484b]"
/* SCSS */
$brand: #f0484b;
/* SwiftUI */
Color(red: 0.941, green: 0.282, blue: 0.294)
/* Android */
Color.parseColor("#f0484b")Accessibility — WCAG contrast
Aa
#f0484b on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0484b on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green28.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow68.7%
Key (black)5.9%
Color previews
#f0484b text on a black background
contrast 5.73:1
Card sample
#f0484b text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0484b;
Background color
Panel with #f0484b background
background-color: #f0484b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0484b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 72, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 72, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0484b; background: linear-gradient(135deg, #f0484b, #F0B548);