#fd2abd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 42, 189
HSL
318°, 98%, 58%
CMYK
0, 83, 25, 1
Luminance
0.2621
Every format
| HEX | #fd2abd |
| RGB | rgb(253, 42, 189) |
| HSL | hsl(318, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 25%, 1%) |
| LAB | lab(58.2 85.0 -26.8) |
| LCH | lch(58.2 89.2 342.5) |
| OKLCH | oklch(0.676 0.268 344.5) |
Copy-ready code
/* CSS */
color: #fd2abd;
background-color: #fd2abd;
/* Tailwind (arbitrary) */
class="text-[#fd2abd] bg-[#fd2abd]"
/* SCSS */
$brand: #fd2abd;
/* SwiftUI */
Color(red: 0.992, green: 0.165, blue: 0.741)
/* Android */
Color.parseColor("#fd2abd")Accessibility — WCAG contrast
Aa
#fd2abd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2abd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow25.3%
Key (black)0.8%
Color previews
#fd2abd text on a black background
contrast 6.24:1
Card sample
#fd2abd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2abd;
Background color
Panel with #fd2abd background
background-color: #fd2abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 42, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 42, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2abd; background: linear-gradient(135deg, #fd2abd, #FD2A30);