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