#ee6dcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 109, 207
HSL
314°, 79%, 68%
CMYK
0, 54, 13, 7
Luminance
0.3362
Every format
| HEX | #ee6dcf |
| RGB | rgb(238, 109, 207) |
| HSL | hsl(314, 79%, 68%) |
| CMYK | cmyk(0%, 54%, 13%, 7%) |
| LAB | lab(64.7 61.2 -27.4) |
| LCH | lch(64.7 67.1 335.9) |
| OKLCH | oklch(0.721 0.194 337.6) |
Copy-ready code
/* CSS */
color: #ee6dcf;
background-color: #ee6dcf;
/* Tailwind (arbitrary) */
class="text-[#ee6dcf] bg-[#ee6dcf]"
/* SCSS */
$brand: #ee6dcf;
/* SwiftUI */
Color(red: 0.933, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#ee6dcf")Accessibility — WCAG contrast
Aa
#ee6dcf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee6dcf on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green42.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow13.0%
Key (black)6.7%
Color previews
#ee6dcf text on a black background
contrast 7.72:1
Card sample
#ee6dcf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6dcf;
Background color
Panel with #ee6dcf background
background-color: #ee6dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6dcf; background: linear-gradient(135deg, #ee6dcf, #EE6D79);