#ff7afd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 122, 253
HSL
301°, 100%, 74%
CMYK
0, 52, 1, 0
Luminance
0.4227
Every format
| HEX | #ff7afd |
| RGB | rgb(255, 122, 253) |
| HSL | hsl(301, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 1%, 0%) |
| LAB | lab(71.1 67.3 -42.7) |
| LCH | lch(71.1 79.8 327.6) |
| OKLCH | oklch(0.779 0.222 328.0) |
Copy-ready code
/* CSS */
color: #ff7afd;
background-color: #ff7afd;
/* Tailwind (arbitrary) */
class="text-[#ff7afd] bg-[#ff7afd]"
/* SCSS */
$brand: #ff7afd;
/* SwiftUI */
Color(red: 1.000, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#ff7afd")Accessibility — WCAG contrast
Aa
#ff7afd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7afd on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.8%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow0.8%
Key (black)0.0%
Color previews
#ff7afd text on a black background
contrast 9.45:1
Card sample
#ff7afd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7afd;
Background color
Panel with #ff7afd background
background-color: #ff7afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7afd; background: linear-gradient(135deg, #ff7afd, #FF7AA4);