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