#ee69eb
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 105, 235
HSL
301°, 80%, 67%
CMYK
0, 56, 1, 7
Luminance
0.3428
Every format
| HEX | #ee69eb |
| RGB | rgb(238, 105, 235) |
| HSL | hsl(301, 80%, 67%) |
| CMYK | cmyk(0%, 56%, 1%, 7%) |
| LAB | lab(65.2 67.5 -42.2) |
| LCH | lch(65.2 79.6 328.0) |
| OKLCH | oklch(0.728 0.222 328.4) |
Copy-ready code
/* CSS */
color: #ee69eb;
background-color: #ee69eb;
/* Tailwind (arbitrary) */
class="text-[#ee69eb] bg-[#ee69eb]"
/* SCSS */
$brand: #ee69eb;
/* SwiftUI */
Color(red: 0.933, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#ee69eb")Accessibility — WCAG contrast
Aa
#ee69eb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee69eb on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green41.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow1.3%
Key (black)6.7%
Color previews
#ee69eb text on a black background
contrast 7.86:1
Card sample
#ee69eb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee69eb;
Background color
Panel with #ee69eb background
background-color: #ee69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee69eb; background: linear-gradient(135deg, #ee69eb, #EE6992);