#f02232
a balanced, electric red · warm · closest name: crimson
RGB
240, 34, 50
HSL
355°, 87%, 54%
CMYK
0, 86, 79, 6
Luminance
0.1990
Every format
| HEX | #f02232 |
| RGB | rgb(240, 34, 50) |
| HSL | hsl(355, 87%, 54%) |
| CMYK | cmyk(0%, 86%, 79%, 6%) |
| LAB | lab(51.7 73.4 45.6) |
| LCH | lch(51.7 86.4 31.8) |
| OKLCH | oklch(0.612 0.233 24.9) |
Copy-ready code
/* CSS */
color: #f02232;
background-color: #f02232;
/* Tailwind (arbitrary) */
class="text-[#f02232] bg-[#f02232]"
/* SCSS */
$brand: #f02232;
/* SwiftUI */
Color(red: 0.941, green: 0.133, blue: 0.196)
/* Android */
Color.parseColor("#f02232")Accessibility — WCAG contrast
Aa
#f02232 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02232 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green13.3%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow79.2%
Key (black)5.9%
Color previews
#f02232 text on a black background
contrast 4.98:1
Card sample
#f02232 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02232;
Background color
Panel with #f02232 background
background-color: #f02232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 34, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 34, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02232; background: linear-gradient(135deg, #f02232, #F09B22);