#ee79df
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 121, 223
HSL
308°, 78%, 70%
CMYK
0, 49, 6, 7
Luminance
0.3718
Every format
| HEX | #ee79df |
| RGB | rgb(238, 121, 223) |
| HSL | hsl(308, 78%, 70%) |
| CMYK | cmyk(0%, 49%, 6%, 7%) |
| LAB | lab(67.4 58.2 -32.1) |
| LCH | lch(67.4 66.4 331.1) |
| OKLCH | oklch(0.743 0.188 332.3) |
Copy-ready code
/* CSS */
color: #ee79df;
background-color: #ee79df;
/* Tailwind (arbitrary) */
class="text-[#ee79df] bg-[#ee79df]"
/* SCSS */
$brand: #ee79df;
/* SwiftUI */
Color(red: 0.933, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#ee79df")Accessibility — WCAG contrast
Aa
#ee79df on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee79df on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green47.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow6.3%
Key (black)6.7%
Color previews
#ee79df text on a black background
contrast 8.44:1
Card sample
#ee79df text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee79df;
Background color
Panel with #ee79df background
background-color: #ee79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee79df; background: linear-gradient(135deg, #ee79df, #EE7991);