#ff1af9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 26, 249
HSL
302°, 100%, 55%
CMYK
0, 90, 2, 0
Luminance
0.2884
Every format
| HEX | #ff1af9 |
| RGB | rgb(255, 26, 249) |
| HSL | hsl(302, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 2%, 0%) |
| LAB | lab(60.6 95.5 -57.0) |
| LCH | lch(60.6 111.2 329.2) |
| OKLCH | oklch(0.703 0.313 329.6) |
Copy-ready code
/* CSS */
color: #ff1af9;
background-color: #ff1af9;
/* Tailwind (arbitrary) */
class="text-[#ff1af9] bg-[#ff1af9]"
/* SCSS */
$brand: #ff1af9;
/* SwiftUI */
Color(red: 1.000, green: 0.102, blue: 0.976)
/* Android */
Color.parseColor("#ff1af9")Accessibility — WCAG contrast
Aa
#ff1af9 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1af9 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.2%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow2.4%
Key (black)0.0%
Color previews
#ff1af9 text on a black background
contrast 6.77:1
Card sample
#ff1af9 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1af9;
Background color
Panel with #ff1af9 background
background-color: #ff1af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 26, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 26, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1af9; background: linear-gradient(135deg, #ff1af9, #FF1A60);