#ff447a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 68, 122
HSL
343°, 100%, 63%
CMYK
0, 73, 52, 0
Luminance
0.2680
Every format
| HEX | #ff447a |
| RGB | rgb(255, 68, 122) |
| HSL | hsl(343, 100%, 63%) |
| CMYK | cmyk(0%, 73%, 52%, 0%) |
| LAB | lab(58.8 72.5 13.2) |
| LCH | lch(58.8 73.7 10.3) |
| OKLCH | oklch(0.673 0.223 8.7) |
Copy-ready code
/* CSS */
color: #ff447a;
background-color: #ff447a;
/* Tailwind (arbitrary) */
class="text-[#ff447a] bg-[#ff447a]"
/* SCSS */
$brand: #ff447a;
/* SwiftUI */
Color(red: 1.000, green: 0.267, blue: 0.478)
/* Android */
Color.parseColor("#ff447a")Accessibility — WCAG contrast
Aa
#ff447a on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff447a on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.7%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow52.2%
Key (black)0.0%
Color previews
#ff447a text on a black background
contrast 6.36:1
Card sample
#ff447a text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff447a;
Background color
Panel with #ff447a background
background-color: #ff447a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff447a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 68, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 68, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff447a; background: linear-gradient(135deg, #ff447a, #FF8B44);