#fd0cd5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 12, 213
HSL
310°, 98%, 52%
CMYK
0, 95, 16, 1
Luminance
0.2595
Every format
| HEX | #fd0cd5 |
| RGB | rgb(253, 12, 213) |
| HSL | hsl(310, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 16%, 1%) |
| LAB | lab(58.0 91.7 -41.0) |
| LCH | lch(58.0 100.4 335.9) |
| OKLCH | oklch(0.677 0.294 337.7) |
Copy-ready code
/* CSS */
color: #fd0cd5;
background-color: #fd0cd5;
/* Tailwind (arbitrary) */
class="text-[#fd0cd5] bg-[#fd0cd5]"
/* SCSS */
$brand: #fd0cd5;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.835)
/* Android */
Color.parseColor("#fd0cd5")Accessibility — WCAG contrast
Aa
#fd0cd5 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0cd5 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow15.8%
Key (black)0.8%
Color previews
#fd0cd5 text on a black background
contrast 6.19:1
Card sample
#fd0cd5 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0cd5;
Background color
Panel with #fd0cd5 background
background-color: #fd0cd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0cd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0cd5; background: linear-gradient(135deg, #fd0cd5, #FD0C34);