#fd14ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 20, 206
HSL
312°, 98%, 54%
CMYK
0, 92, 19, 1
Luminance
0.2584
Every format
| HEX | #fd14ce |
| RGB | rgb(253, 20, 206) |
| HSL | hsl(312, 98%, 54%) |
| CMYK | cmyk(0%, 92%, 19%, 1%) |
| LAB | lab(57.9 90.2 -37.1) |
| LCH | lch(57.9 97.5 337.6) |
| OKLCH | oklch(0.676 0.288 339.5) |
Copy-ready code
/* CSS */
color: #fd14ce;
background-color: #fd14ce;
/* Tailwind (arbitrary) */
class="text-[#fd14ce] bg-[#fd14ce]"
/* SCSS */
$brand: #fd14ce;
/* SwiftUI */
Color(red: 0.992, green: 0.078, blue: 0.808)
/* Android */
Color.parseColor("#fd14ce")Accessibility — WCAG contrast
Aa
#fd14ce on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd14ce on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow18.6%
Key (black)0.8%
Color previews
#fd14ce text on a black background
contrast 6.17:1
Card sample
#fd14ce text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd14ce;
Background color
Panel with #fd14ce background
background-color: #fd14ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd14ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 20, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 20, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd14ce; background: linear-gradient(135deg, #fd14ce, #FD1433);