#ee6dff
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 109, 255
HSL
293°, 100%, 71%
CMYK
7, 57, 0, 0
Luminance
0.3633
Every format
| HEX | #ee6dff |
| RGB | rgb(238, 109, 255) |
| HSL | hsl(293, 100%, 71%) |
| CMYK | cmyk(7%, 57%, 0%, 0%) |
| LAB | lab(66.8 69.2 -50.7) |
| LCH | lch(66.8 85.8 323.8) |
| OKLCH | oklch(0.743 0.233 322.9) |
Copy-ready code
/* CSS */
color: #ee6dff;
background-color: #ee6dff;
/* Tailwind (arbitrary) */
class="text-[#ee6dff] bg-[#ee6dff]"
/* SCSS */
$brand: #ee6dff;
/* SwiftUI */
Color(red: 0.933, green: 0.427, blue: 1.000)
/* Android */
Color.parseColor("#ee6dff")Accessibility — WCAG contrast
Aa
#ee6dff on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee6dff on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green42.7%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta57.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ee6dff text on a black background
contrast 8.27:1
Card sample
#ee6dff text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6dff;
Background color
Panel with #ee6dff background
background-color: #ee6dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 109, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 109, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6dff; background: linear-gradient(135deg, #ee6dff, #FF6DAF);