#ee69df
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 105, 223
HSL
307°, 80%, 67%
CMYK
0, 56, 6, 7
Luminance
0.3361
Every format
| HEX | #ee69df |
| RGB | rgb(238, 105, 223) |
| HSL | hsl(307, 80%, 67%) |
| CMYK | cmyk(0%, 56%, 6%, 7%) |
| LAB | lab(64.7 65.5 -36.4) |
| LCH | lch(64.7 74.9 331.0) |
| OKLCH | oklch(0.723 0.212 332.1) |
Copy-ready code
/* CSS */
color: #ee69df;
background-color: #ee69df;
/* Tailwind (arbitrary) */
class="text-[#ee69df] bg-[#ee69df]"
/* SCSS */
$brand: #ee69df;
/* SwiftUI */
Color(red: 0.933, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#ee69df")Accessibility — WCAG contrast
Aa
#ee69df on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee69df on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green41.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow6.3%
Key (black)6.7%
Color previews
#ee69df text on a black background
contrast 7.72:1
Card sample
#ee69df text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee69df;
Background color
Panel with #ee69df background
background-color: #ee69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee69df; background: linear-gradient(135deg, #ee69df, #EE6986);