#ee35df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 53, 223
HSL
305°, 85%, 57%
CMYK
0, 78, 6, 7
Luminance
0.2605
Every format
| HEX | #ee35df |
| RGB | rgb(238, 53, 223) |
| HSL | hsl(305, 85%, 57%) |
| CMYK | cmyk(0%, 78%, 6%, 7%) |
| LAB | lab(58.1 83.9 -46.7) |
| LCH | lch(58.1 96.0 330.9) |
| OKLCH | oklch(0.675 0.273 331.9) |
Copy-ready code
/* CSS */
color: #ee35df;
background-color: #ee35df;
/* Tailwind (arbitrary) */
class="text-[#ee35df] bg-[#ee35df]"
/* SCSS */
$brand: #ee35df;
/* SwiftUI */
Color(red: 0.933, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#ee35df")Accessibility — WCAG contrast
Aa
#ee35df on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee35df on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow6.3%
Key (black)6.7%
Color previews
#ee35df text on a black background
contrast 6.21:1
Card sample
#ee35df text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee35df;
Background color
Panel with #ee35df background
background-color: #ee35df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee35df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee35df; background: linear-gradient(135deg, #ee35df, #EE3564);