#ff2acd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 42, 205
HSL
314°, 100%, 58%
CMYK
0, 84, 20, 0
Luminance
0.2732
Every format
| HEX | #ff2acd |
| RGB | rgb(255, 42, 205) |
| HSL | hsl(314, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 20%, 0%) |
| LAB | lab(59.3 87.3 -34.4) |
| LCH | lch(59.3 93.8 338.5) |
| OKLCH | oklch(0.686 0.278 340.5) |
Copy-ready code
/* CSS */
color: #ff2acd;
background-color: #ff2acd;
/* Tailwind (arbitrary) */
class="text-[#ff2acd] bg-[#ff2acd]"
/* SCSS */
$brand: #ff2acd;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.804)
/* Android */
Color.parseColor("#ff2acd")Accessibility — WCAG contrast
Aa
#ff2acd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2acd on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow19.6%
Key (black)0.0%
Color previews
#ff2acd text on a black background
contrast 6.46:1
Card sample
#ff2acd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2acd;
Background color
Panel with #ff2acd background
background-color: #ff2acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2acd; background: linear-gradient(135deg, #ff2acd, #FF2A3F);