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