#ff1acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 26, 207
HSL
313°, 100%, 55%
CMYK
0, 90, 19, 0
Luminance
0.2650
Every format
| HEX | #ff1acf |
| RGB | rgb(255, 26, 207) |
| HSL | hsl(313, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 19%, 0%) |
| LAB | lab(58.5 90.0 -36.7) |
| LCH | lch(58.5 97.2 337.8) |
| OKLCH | oklch(0.681 0.287 339.7) |
Copy-ready code
/* CSS */
color: #ff1acf;
background-color: #ff1acf;
/* Tailwind (arbitrary) */
class="text-[#ff1acf] bg-[#ff1acf]"
/* SCSS */
$brand: #ff1acf;
/* SwiftUI */
Color(red: 1.000, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#ff1acf")Accessibility — WCAG contrast
Aa
#ff1acf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1acf on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow18.8%
Key (black)0.0%
Color previews
#ff1acf text on a black background
contrast 6.30:1
Card sample
#ff1acf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1acf;
Background color
Panel with #ff1acf background
background-color: #ff1acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1acf; background: linear-gradient(135deg, #ff1acf, #FF1A36);