#ff00ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 0, 238
HSL
304°, 100%, 50%
CMYK
0, 100, 7, 0
Luminance
0.2743
Every format
| HEX | #ff00ee |
| RGB | rgb(255, 0, 238) |
| HSL | hsl(304, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 7%, 0%) |
| LAB | lab(59.4 95.9 -52.9) |
| LCH | lch(59.4 109.5 331.1) |
| OKLCH | oklch(0.692 0.312 332.1) |
Copy-ready code
/* CSS */
color: #ff00ee;
background-color: #ff00ee;
/* Tailwind (arbitrary) */
class="text-[#ff00ee] bg-[#ff00ee]"
/* SCSS */
$brand: #ff00ee;
/* SwiftUI */
Color(red: 1.000, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#ff00ee")Accessibility — WCAG contrast
Aa
#ff00ee on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff00ee on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow6.7%
Key (black)0.0%
Color previews
#ff00ee text on a black background
contrast 6.49:1
Card sample
#ff00ee text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff00ee;
Background color
Panel with #ff00ee background
background-color: #ff00ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff00ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff00ee; background: linear-gradient(135deg, #ff00ee, #FF0044);