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