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