#ff4dda
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 77, 218
HSL
313°, 100%, 65%
CMYK
0, 70, 15, 0
Luminance
0.3163
Every format
| HEX | #ff4dda |
| RGB | rgb(255, 77, 218) |
| HSL | hsl(313, 100%, 65%) |
| CMYK | cmyk(0%, 70%, 15%, 0%) |
| LAB | lab(63.0 79.8 -35.9) |
| LCH | lch(63.0 87.5 335.8) |
| OKLCH | oklch(0.715 0.255 337.5) |
Copy-ready code
/* CSS */
color: #ff4dda;
background-color: #ff4dda;
/* Tailwind (arbitrary) */
class="text-[#ff4dda] bg-[#ff4dda]"
/* SCSS */
$brand: #ff4dda;
/* SwiftUI */
Color(red: 1.000, green: 0.302, blue: 0.855)
/* Android */
Color.parseColor("#ff4dda")Accessibility — WCAG contrast
Aa
#ff4dda on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4dda on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green30.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow14.5%
Key (black)0.0%
Color previews
#ff4dda text on a black background
contrast 7.33:1
Card sample
#ff4dda text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4dda;
Background color
Panel with #ff4dda background
background-color: #ff4dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 77, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 77, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4dda; background: linear-gradient(135deg, #ff4dda, #FF4D63);