#fd0055
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 0, 85
HSL
340°, 100%, 50%
CMYK
0, 100, 66, 1
Luminance
0.2154
Every format
| HEX | #fd0055 |
| RGB | rgb(253, 0, 85) |
| HSL | hsl(340, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 66%, 1%) |
| LAB | lab(53.5 81.5 28.1) |
| LCH | lch(53.5 86.3 19.0) |
| OKLCH | oklch(0.632 0.253 15.3) |
Copy-ready code
/* CSS */
color: #fd0055;
background-color: #fd0055;
/* Tailwind (arbitrary) */
class="text-[#fd0055] bg-[#fd0055]"
/* SCSS */
$brand: #fd0055;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.333)
/* Android */
Color.parseColor("#fd0055")Accessibility — WCAG contrast
Aa
#fd0055 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0055 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.4%
Key (black)0.8%
Color previews
#fd0055 text on a black background
contrast 5.31:1
Card sample
#fd0055 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0055;
Background color
Panel with #fd0055 background
background-color: #fd0055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0055; background: linear-gradient(135deg, #fd0055, #FD5300);