#ff2ce8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 44, 232
HSL
307°, 100%, 59%
CMYK
0, 83, 9, 0
Luminance
0.2889
Every format
| HEX | #ff2ce8 |
| RGB | rgb(255, 44, 232) |
| HSL | hsl(307, 100%, 59%) |
| CMYK | cmyk(0%, 83%, 9%, 0%) |
| LAB | lab(60.7 90.4 -47.4) |
| LCH | lch(60.7 102.1 332.3) |
| OKLCH | oklch(0.700 0.293 333.5) |
Copy-ready code
/* CSS */
color: #ff2ce8;
background-color: #ff2ce8;
/* Tailwind (arbitrary) */
class="text-[#ff2ce8] bg-[#ff2ce8]"
/* SCSS */
$brand: #ff2ce8;
/* SwiftUI */
Color(red: 1.000, green: 0.173, blue: 0.910)
/* Android */
Color.parseColor("#ff2ce8")Accessibility — WCAG contrast
Aa
#ff2ce8 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2ce8 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green17.3%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow9.0%
Key (black)0.0%
Color previews
#ff2ce8 text on a black background
contrast 6.78:1
Card sample
#ff2ce8 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2ce8;
Background color
Panel with #ff2ce8 background
background-color: #ff2ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 44, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 44, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2ce8; background: linear-gradient(135deg, #ff2ce8, #FF2C5B);