#fd18ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 24, 172
HSL
321°, 98%, 54%
CMYK
0, 91, 32, 1
Luminance
0.2451
Every format
| HEX | #fd18ac |
| RGB | rgb(253, 24, 172) |
| HSL | hsl(321, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 32%, 1%) |
| LAB | lab(56.6 86.0 -19.5) |
| LCH | lch(56.6 88.2 347.2) |
| OKLCH | oklch(0.662 0.269 349.0) |
Copy-ready code
/* CSS */
color: #fd18ac;
background-color: #fd18ac;
/* Tailwind (arbitrary) */
class="text-[#fd18ac] bg-[#fd18ac]"
/* SCSS */
$brand: #fd18ac;
/* SwiftUI */
Color(red: 0.992, green: 0.094, blue: 0.675)
/* Android */
Color.parseColor("#fd18ac")Accessibility — WCAG contrast
Aa
#fd18ac on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd18ac on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow32.0%
Key (black)0.8%
Color previews
#fd18ac text on a black background
contrast 5.90:1
Card sample
#fd18ac text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd18ac;
Background color
Panel with #fd18ac background
background-color: #fd18ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd18ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 24, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 24, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd18ac; background: linear-gradient(135deg, #fd18ac, #FD1C18);