#fd0ce5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 12, 229
HSL
306°, 98%, 52%
CMYK
0, 95, 10, 1
Luminance
0.2680
Every format
| HEX | #fd0ce5 |
| RGB | rgb(253, 12, 229) |
| HSL | hsl(306, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 10%, 1%) |
| LAB | lab(58.8 93.7 -48.8) |
| LCH | lch(58.8 105.6 332.5) |
| OKLCH | oklch(0.686 0.304 333.8) |
Copy-ready code
/* CSS */
color: #fd0ce5;
background-color: #fd0ce5;
/* Tailwind (arbitrary) */
class="text-[#fd0ce5] bg-[#fd0ce5]"
/* SCSS */
$brand: #fd0ce5;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.898)
/* Android */
Color.parseColor("#fd0ce5")Accessibility — WCAG contrast
Aa
#fd0ce5 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0ce5 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow9.5%
Key (black)0.8%
Color previews
#fd0ce5 text on a black background
contrast 6.36:1
Card sample
#fd0ce5 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0ce5;
Background color
Panel with #fd0ce5 background
background-color: #fd0ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0ce5; background: linear-gradient(135deg, #fd0ce5, #FD0C44);