#ee7bdf
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 123, 223
HSL
308°, 77%, 71%
CMYK
0, 48, 6, 7
Luminance
0.3767
Every format
| HEX | #ee7bdf |
| RGB | rgb(238, 123, 223) |
| HSL | hsl(308, 77%, 71%) |
| CMYK | cmyk(0%, 48%, 6%, 7%) |
| LAB | lab(67.8 57.2 -31.5) |
| LCH | lch(67.8 65.3 331.2) |
| OKLCH | oklch(0.746 0.184 332.3) |
Copy-ready code
/* CSS */
color: #ee7bdf;
background-color: #ee7bdf;
/* Tailwind (arbitrary) */
class="text-[#ee7bdf] bg-[#ee7bdf]"
/* SCSS */
$brand: #ee7bdf;
/* SwiftUI */
Color(red: 0.933, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#ee7bdf")Accessibility — WCAG contrast
Aa
#ee7bdf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7bdf on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green48.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow6.3%
Key (black)6.7%
Color previews
#ee7bdf text on a black background
contrast 8.53:1
Card sample
#ee7bdf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7bdf;
Background color
Panel with #ee7bdf background
background-color: #ee7bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7bdf; background: linear-gradient(135deg, #ee7bdf, #EE7B92);