#f02450
a balanced, electric red · warm · closest name: crimson
RGB
240, 36, 80
HSL
347°, 87%, 54%
CMYK
0, 85, 67, 6
Luminance
0.2037
Every format
| HEX | #f02450 |
| RGB | rgb(240, 36, 80) |
| HSL | hsl(347, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 67%, 6%) |
| LAB | lab(52.3 74.2 28.9) |
| LCH | lch(52.3 79.6 21.3) |
| OKLCH | oklch(0.618 0.231 17.2) |
Copy-ready code
/* CSS */
color: #f02450;
background-color: #f02450;
/* Tailwind (arbitrary) */
class="text-[#f02450] bg-[#f02450]"
/* SCSS */
$brand: #f02450;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.314)
/* Android */
Color.parseColor("#f02450")Accessibility — WCAG contrast
Aa
#f02450 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02450 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow66.7%
Key (black)5.9%
Color previews
#f02450 text on a black background
contrast 5.07:1
Card sample
#f02450 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02450;
Background color
Panel with #f02450 background
background-color: #f02450;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02450;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02450; background: linear-gradient(135deg, #f02450, #F08024);