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