#ff2acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 42, 207
HSL
314°, 100%, 58%
CMYK
0, 84, 19, 0
Luminance
0.2742
Every format
| HEX | #ff2acf |
| RGB | rgb(255, 42, 207) |
| HSL | hsl(314, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 19%, 0%) |
| LAB | lab(59.4 87.5 -35.4) |
| LCH | lch(59.4 94.4 338.0) |
| OKLCH | oklch(0.687 0.279 339.9) |
Copy-ready code
/* CSS */
color: #ff2acf;
background-color: #ff2acf;
/* Tailwind (arbitrary) */
class="text-[#ff2acf] bg-[#ff2acf]"
/* SCSS */
$brand: #ff2acf;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#ff2acf")Accessibility — WCAG contrast
Aa
#ff2acf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2acf on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ff2acf text on a black background
contrast 6.48:1
Card sample
#ff2acf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2acf;
Background color
Panel with #ff2acf background
background-color: #ff2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2acf; background: linear-gradient(135deg, #ff2acf, #FF2A41);