#ff2ce1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 44, 225
HSL
309°, 100%, 59%
CMYK
0, 83, 12, 0
Luminance
0.2850
Every format
| HEX | #ff2ce1 |
| RGB | rgb(255, 44, 225) |
| HSL | hsl(309, 100%, 59%) |
| CMYK | cmyk(0%, 83%, 12%, 0%) |
| LAB | lab(60.3 89.4 -44.0) |
| LCH | lch(60.3 99.7 333.8) |
| OKLCH | oklch(0.697 0.288 335.3) |
Copy-ready code
/* CSS */
color: #ff2ce1;
background-color: #ff2ce1;
/* Tailwind (arbitrary) */
class="text-[#ff2ce1] bg-[#ff2ce1]"
/* SCSS */
$brand: #ff2ce1;
/* SwiftUI */
Color(red: 1.000, green: 0.173, blue: 0.882)
/* Android */
Color.parseColor("#ff2ce1")Accessibility — WCAG contrast
Aa
#ff2ce1 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2ce1 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green17.3%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow11.8%
Key (black)0.0%
Color previews
#ff2ce1 text on a black background
contrast 6.70:1
Card sample
#ff2ce1 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2ce1;
Background color
Panel with #ff2ce1 background
background-color: #ff2ce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2ce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 44, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 44, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2ce1; background: linear-gradient(135deg, #ff2ce1, #FF2C54);