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