#ee83df
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 131, 223
HSL
308°, 76%, 72%
CMYK
0, 45, 6, 7
Luminance
0.3974
Every format
| HEX | #ee83df |
| RGB | rgb(238, 131, 223) |
| HSL | hsl(308, 76%, 72%) |
| CMYK | cmyk(0%, 45%, 6%, 7%) |
| LAB | lab(69.3 53.3 -29.2) |
| LCH | lch(69.3 60.8 331.3) |
| OKLCH | oklch(0.757 0.172 332.5) |
Copy-ready code
/* CSS */
color: #ee83df;
background-color: #ee83df;
/* Tailwind (arbitrary) */
class="text-[#ee83df] bg-[#ee83df]"
/* SCSS */
$brand: #ee83df;
/* SwiftUI */
Color(red: 0.933, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#ee83df")Accessibility — WCAG contrast
Aa
#ee83df on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee83df on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green51.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow6.3%
Key (black)6.7%
Color previews
#ee83df text on a black background
contrast 8.95:1
Card sample
#ee83df text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee83df;
Background color
Panel with #ee83df background
background-color: #ee83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee83df; background: linear-gradient(135deg, #ee83df, #EE8398);