#ff0d52
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 13, 82
HSL
343°, 100%, 53%
CMYK
0, 95, 68, 0
Luminance
0.2216
Every format
| HEX | #ff0d52 |
| RGB | rgb(255, 13, 82) |
| HSL | hsl(343, 100%, 53%) |
| CMYK | cmyk(0%, 95%, 68%, 0%) |
| LAB | lab(54.2 81.0 30.8) |
| LCH | lch(54.2 86.7 20.8) |
| OKLCH | oklch(0.637 0.252 16.7) |
Copy-ready code
/* CSS */
color: #ff0d52;
background-color: #ff0d52;
/* Tailwind (arbitrary) */
class="text-[#ff0d52] bg-[#ff0d52]"
/* SCSS */
$brand: #ff0d52;
/* SwiftUI */
Color(red: 1.000, green: 0.051, blue: 0.322)
/* Android */
Color.parseColor("#ff0d52")Accessibility — WCAG contrast
Aa
#ff0d52 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0d52 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green5.1%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow67.8%
Key (black)0.0%
Color previews
#ff0d52 text on a black background
contrast 5.43:1
Card sample
#ff0d52 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0d52;
Background color
Panel with #ff0d52 background
background-color: #ff0d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 13, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 13, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0d52; background: linear-gradient(135deg, #ff0d52, #FF690D);