#ee7df8
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 125, 248
HSL
295°, 90%, 73%
CMYK
4, 50, 0, 3
Luminance
0.3962
Every format
| HEX | #ee7df8 |
| RGB | rgb(238, 125, 248) |
| HSL | hsl(295, 90%, 73%) |
| CMYK | cmyk(4%, 50%, 0%, 3%) |
| LAB | lab(69.2 60.6 -43.1) |
| LCH | lch(69.2 74.3 324.6) |
| OKLCH | oklch(0.760 0.203 324.2) |
Copy-ready code
/* CSS */
color: #ee7df8;
background-color: #ee7df8;
/* Tailwind (arbitrary) */
class="text-[#ee7df8] bg-[#ee7df8]"
/* SCSS */
$brand: #ee7df8;
/* SwiftUI */
Color(red: 0.933, green: 0.490, blue: 0.973)
/* Android */
Color.parseColor("#ee7df8")Accessibility — WCAG contrast
Aa
#ee7df8 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7df8 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green49.0%
Blue97.3%
CMYK percentages
Cyan4.0%
Magenta49.6%
Yellow0.0%
Key (black)2.7%
Color previews
#ee7df8 text on a black background
contrast 8.92:1
Card sample
#ee7df8 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7df8;
Background color
Panel with #ee7df8 background
background-color: #ee7df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 125, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 125, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7df8; background: linear-gradient(135deg, #ee7df8, #F87DB0);