#fd4bda
a balanced, electric magenta / pink · warm · closest name: violet
RGB
253, 75, 218
HSL
312°, 98%, 64%
CMYK
0, 70, 14, 1
Luminance
0.3098
Every format
| HEX | #fd4bda |
| RGB | rgb(253, 75, 218) |
| HSL | hsl(312, 98%, 64%) |
| CMYK | cmyk(0%, 70%, 14%, 1%) |
| LAB | lab(62.5 80.0 -36.8) |
| LCH | lch(62.5 88.1 335.3) |
| OKLCH | oklch(0.711 0.256 337.0) |
Copy-ready code
/* CSS */
color: #fd4bda;
background-color: #fd4bda;
/* Tailwind (arbitrary) */
class="text-[#fd4bda] bg-[#fd4bda]"
/* SCSS */
$brand: #fd4bda;
/* SwiftUI */
Color(red: 0.992, green: 0.294, blue: 0.855)
/* Android */
Color.parseColor("#fd4bda")Accessibility — WCAG contrast
Aa
#fd4bda on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4bda on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow13.8%
Key (black)0.8%
Color previews
#fd4bda text on a black background
contrast 7.20:1
Card sample
#fd4bda text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4bda;
Background color
Panel with #fd4bda background
background-color: #fd4bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 75, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 75, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4bda; background: linear-gradient(135deg, #fd4bda, #FD4B63);