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