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