#ff3af8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 58, 248
HSL
302°, 100%, 61%
CMYK
0, 77, 3, 0
Luminance
0.3106
Every format
| HEX | #ff3af8 |
| RGB | rgb(255, 58, 248) |
| HSL | hsl(302, 100%, 61%) |
| CMYK | cmyk(0%, 77%, 3%, 0%) |
| LAB | lab(62.6 89.5 -53.4) |
| LCH | lch(62.6 104.3 329.2) |
| OKLCH | oklch(0.716 0.293 329.7) |
Copy-ready code
/* CSS */
color: #ff3af8;
background-color: #ff3af8;
/* Tailwind (arbitrary) */
class="text-[#ff3af8] bg-[#ff3af8]"
/* SCSS */
$brand: #ff3af8;
/* SwiftUI */
Color(red: 1.000, green: 0.227, blue: 0.973)
/* Android */
Color.parseColor("#ff3af8")Accessibility — WCAG contrast
Aa
#ff3af8 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff3af8 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.7%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow2.7%
Key (black)0.0%
Color previews
#ff3af8 text on a black background
contrast 7.21:1
Card sample
#ff3af8 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3af8;
Background color
Panel with #ff3af8 background
background-color: #ff3af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 58, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 58, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3af8; background: linear-gradient(135deg, #ff3af8, #FF3A75);