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