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