#ff00ea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 0, 234
HSL
305°, 100%, 50%
CMYK
0, 100, 8, 0
Luminance
0.2720
Every format
| HEX | #ff00ea |
| RGB | rgb(255, 0, 234) |
| HSL | hsl(305, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 8%, 0%) |
| LAB | lab(59.2 95.4 -51.0) |
| LCH | lch(59.2 108.2 331.9) |
| OKLCH | oklch(0.690 0.310 333.0) |
Copy-ready code
/* CSS */
color: #ff00ea;
background-color: #ff00ea;
/* Tailwind (arbitrary) */
class="text-[#ff00ea] bg-[#ff00ea]"
/* SCSS */
$brand: #ff00ea;
/* SwiftUI */
Color(red: 1.000, green: 0.000, blue: 0.918)
/* Android */
Color.parseColor("#ff00ea")Accessibility — WCAG contrast
Aa
#ff00ea on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff00ea on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.0%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow8.2%
Key (black)0.0%
Color previews
#ff00ea text on a black background
contrast 6.44:1
Card sample
#ff00ea text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff00ea;
Background color
Panel with #ff00ea background
background-color: #ff00ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff00ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 0, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 0, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff00ea; background: linear-gradient(135deg, #ff00ea, #FF0040);