#ee5fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 95, 210
HSL
312°, 81%, 65%
CMYK
0, 60, 12, 7
Luminance
0.3101
Every format
| HEX | #ee5fd2 |
| RGB | rgb(238, 95, 210) |
| HSL | hsl(312, 81%, 65%) |
| CMYK | cmyk(0%, 60%, 12%, 7%) |
| LAB | lab(62.5 67.8 -32.4) |
| LCH | lch(62.5 75.1 334.5) |
| OKLCH | oklch(0.705 0.216 336.1) |
Copy-ready code
/* CSS */
color: #ee5fd2;
background-color: #ee5fd2;
/* Tailwind (arbitrary) */
class="text-[#ee5fd2] bg-[#ee5fd2]"
/* SCSS */
$brand: #ee5fd2;
/* SwiftUI */
Color(red: 0.933, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#ee5fd2")Accessibility — WCAG contrast
Aa
#ee5fd2 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee5fd2 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green37.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow11.8%
Key (black)6.7%
Color previews
#ee5fd2 text on a black background
contrast 7.20:1
Card sample
#ee5fd2 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5fd2;
Background color
Panel with #ee5fd2 background
background-color: #ee5fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5fd2; background: linear-gradient(135deg, #ee5fd2, #EE5F73);