#fd0359
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 3, 89
HSL
339°, 98%, 50%
CMYK
0, 99, 65, 1
Luminance
0.2167
Every format
| HEX | #fd0359 |
| RGB | rgb(253, 3, 89) |
| HSL | hsl(339, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 65%, 1%) |
| LAB | lab(53.7 81.5 25.9) |
| LCH | lch(53.7 85.5 17.6) |
| OKLCH | oklch(0.633 0.252 14.2) |
Copy-ready code
/* CSS */
color: #fd0359;
background-color: #fd0359;
/* Tailwind (arbitrary) */
class="text-[#fd0359] bg-[#fd0359]"
/* SCSS */
$brand: #fd0359;
/* SwiftUI */
Color(red: 0.992, green: 0.012, blue: 0.349)
/* Android */
Color.parseColor("#fd0359")Accessibility — WCAG contrast
Aa
#fd0359 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0359 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow64.8%
Key (black)0.8%
Color previews
#fd0359 text on a black background
contrast 5.33:1
Card sample
#fd0359 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0359;
Background color
Panel with #fd0359 background
background-color: #fd0359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 3, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 3, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0359; background: linear-gradient(135deg, #fd0359, #FD5403);