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