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