#ff4afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 74, 253
HSL
301°, 100%, 65%
CMYK
0, 71, 1, 0
Luminance
0.3325
Every format
| HEX | #ff4afd |
| RGB | rgb(255, 74, 253) |
| HSL | hsl(301, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 1%, 0%) |
| LAB | lab(64.4 85.9 -53.3) |
| LCH | lch(64.4 101.0 328.2) |
| OKLCH | oklch(0.730 0.282 328.5) |
Copy-ready code
/* CSS */
color: #ff4afd;
background-color: #ff4afd;
/* Tailwind (arbitrary) */
class="text-[#ff4afd] bg-[#ff4afd]"
/* SCSS */
$brand: #ff4afd;
/* SwiftUI */
Color(red: 1.000, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#ff4afd")Accessibility — WCAG contrast
Aa
#ff4afd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4afd on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.0%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow0.8%
Key (black)0.0%
Color previews
#ff4afd text on a black background
contrast 7.65:1
Card sample
#ff4afd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4afd;
Background color
Panel with #ff4afd background
background-color: #ff4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4afd; background: linear-gradient(135deg, #ff4afd, #FF4A84);