#ff224c
a balanced, electric red · warm · closest name: crimson
RGB
255, 34, 76
HSL
349°, 100%, 57%
CMYK
0, 87, 70, 0
Luminance
0.2293
Every format
| HEX | #ff224c |
| RGB | rgb(255, 34, 76) |
| HSL | hsl(349, 100%, 57%) |
| CMYK | cmyk(0%, 87%, 70%, 0%) |
| LAB | lab(55.0 78.2 35.3) |
| LCH | lch(55.0 85.8 24.3) |
| OKLCH | oklch(0.643 0.244 19.4) |
Copy-ready code
/* CSS */
color: #ff224c;
background-color: #ff224c;
/* Tailwind (arbitrary) */
class="text-[#ff224c] bg-[#ff224c]"
/* SCSS */
$brand: #ff224c;
/* SwiftUI */
Color(red: 1.000, green: 0.133, blue: 0.298)
/* Android */
Color.parseColor("#ff224c")Accessibility — WCAG contrast
Aa
#ff224c on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff224c on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.3%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow70.2%
Key (black)0.0%
Color previews
#ff224c text on a black background
contrast 5.59:1
Card sample
#ff224c text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff224c;
Background color
Panel with #ff224c background
background-color: #ff224c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff224c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 34, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 34, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff224c; background: linear-gradient(135deg, #ff224c, #FF8B22);