#ff0c49
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 12, 73
HSL
345°, 100%, 52%
CMYK
0, 95, 71, 0
Luminance
0.2200
Every format
| HEX | #ff0c49 |
| RGB | rgb(255, 12, 73) |
| HSL | hsl(345, 100%, 52%) |
| CMYK | cmyk(0%, 95%, 71%, 0%) |
| LAB | lab(54.0 80.7 35.9) |
| LCH | lch(54.0 88.3 24.0) |
| OKLCH | oklch(0.635 0.252 19.0) |
Copy-ready code
/* CSS */
color: #ff0c49;
background-color: #ff0c49;
/* Tailwind (arbitrary) */
class="text-[#ff0c49] bg-[#ff0c49]"
/* SCSS */
$brand: #ff0c49;
/* SwiftUI */
Color(red: 1.000, green: 0.047, blue: 0.286)
/* Android */
Color.parseColor("#ff0c49")Accessibility — WCAG contrast
Aa
#ff0c49 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0c49 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green4.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow71.4%
Key (black)0.0%
Color previews
#ff0c49 text on a black background
contrast 5.40:1
Card sample
#ff0c49 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0c49;
Background color
Panel with #ff0c49 background
background-color: #ff0c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 12, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 12, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0c49; background: linear-gradient(135deg, #ff0c49, #FF710C);