#fd00ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 0, 173
HSL
319°, 100%, 50%
CMYK
0, 100, 32, 1
Luminance
0.2390
Every format
| HEX | #fd00ad |
| RGB | rgb(253, 0, 173) |
| HSL | hsl(319, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 32%, 1%) |
| LAB | lab(56.0 88.0 -21.0) |
| LCH | lch(56.0 90.5 346.6) |
| OKLCH | oklch(0.657 0.276 348.4) |
Copy-ready code
/* CSS */
color: #fd00ad;
background-color: #fd00ad;
/* Tailwind (arbitrary) */
class="text-[#fd00ad] bg-[#fd00ad]"
/* SCSS */
$brand: #fd00ad;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.678)
/* Android */
Color.parseColor("#fd00ad")Accessibility — WCAG contrast
Aa
#fd00ad on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd00ad on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow31.6%
Key (black)0.8%
Color previews
#fd00ad text on a black background
contrast 5.78:1
Card sample
#fd00ad text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd00ad;
Background color
Panel with #fd00ad background
background-color: #fd00ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd00ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd00ad; background: linear-gradient(135deg, #fd00ad, #FD0004);