#ff7af8
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 122, 248
HSL
303°, 100%, 74%
CMYK
0, 52, 3, 0
Luminance
0.4196
Every format
| HEX | #ff7af8 |
| RGB | rgb(255, 122, 248) |
| HSL | hsl(303, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 3%, 0%) |
| LAB | lab(70.8 66.5 -40.3) |
| LCH | lch(70.8 77.8 328.8) |
| OKLCH | oklch(0.776 0.217 329.5) |
Copy-ready code
/* CSS */
color: #ff7af8;
background-color: #ff7af8;
/* Tailwind (arbitrary) */
class="text-[#ff7af8] bg-[#ff7af8]"
/* SCSS */
$brand: #ff7af8;
/* SwiftUI */
Color(red: 1.000, green: 0.478, blue: 0.973)
/* Android */
Color.parseColor("#ff7af8")Accessibility — WCAG contrast
Aa
#ff7af8 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7af8 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.8%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow2.7%
Key (black)0.0%
Color previews
#ff7af8 text on a black background
contrast 9.39:1
Card sample
#ff7af8 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7af8;
Background color
Panel with #ff7af8 background
background-color: #ff7af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 122, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 122, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7af8; background: linear-gradient(135deg, #ff7af8, #FF7A9F);