#ee6cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 108, 223
HSL
307°, 79%, 68%
CMYK
0, 55, 6, 7
Luminance
0.3423
Every format
| HEX | #ee6cdf |
| RGB | rgb(238, 108, 223) |
| HSL | hsl(307, 79%, 68%) |
| CMYK | cmyk(0%, 55%, 6%, 7%) |
| LAB | lab(65.2 64.2 -35.6) |
| LCH | lch(65.2 73.4 331.0) |
| OKLCH | oklch(0.726 0.208 332.1) |
Copy-ready code
/* CSS */
color: #ee6cdf;
background-color: #ee6cdf;
/* Tailwind (arbitrary) */
class="text-[#ee6cdf] bg-[#ee6cdf]"
/* SCSS */
$brand: #ee6cdf;
/* SwiftUI */
Color(red: 0.933, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#ee6cdf")Accessibility — WCAG contrast
Aa
#ee6cdf on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee6cdf on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow6.3%
Key (black)6.7%
Color previews
#ee6cdf text on a black background
contrast 7.85:1
Card sample
#ee6cdf text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6cdf;
Background color
Panel with #ee6cdf background
background-color: #ee6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6cdf; background: linear-gradient(135deg, #ee6cdf, #EE6C88);