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