#ff1afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 26, 253
HSL
301°, 100%, 55%
CMYK
0, 90, 1, 0
Luminance
0.2909
Every format
| HEX | #ff1afd |
| RGB | rgb(255, 26, 253) |
| HSL | hsl(301, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 1%, 0%) |
| LAB | lab(60.9 96.0 -58.9) |
| LCH | lch(60.9 112.6 328.5) |
| OKLCH | oklch(0.705 0.315 328.7) |
Copy-ready code
/* CSS */
color: #ff1afd;
background-color: #ff1afd;
/* Tailwind (arbitrary) */
class="text-[#ff1afd] bg-[#ff1afd]"
/* SCSS */
$brand: #ff1afd;
/* SwiftUI */
Color(red: 1.000, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#ff1afd")Accessibility — WCAG contrast
Aa
#ff1afd on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1afd on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow0.8%
Key (black)0.0%
Color previews
#ff1afd text on a black background
contrast 6.82:1
Card sample
#ff1afd text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1afd;
Background color
Panel with #ff1afd background
background-color: #ff1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1afd; background: linear-gradient(135deg, #ff1afd, #FF1A64);