#ee4fd6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 79, 214
HSL
309°, 82%, 62%
CMYK
0, 67, 10, 7
Luminance
0.2862
Every format
| HEX | #ee4fd6 |
| RGB | rgb(238, 79, 214) |
| HSL | hsl(309, 82%, 62%) |
| CMYK | cmyk(0%, 67%, 10%, 7%) |
| LAB | lab(60.5 74.6 -37.9) |
| LCH | lch(60.5 83.7 333.1) |
| OKLCH | oklch(0.691 0.240 334.5) |
Copy-ready code
/* CSS */
color: #ee4fd6;
background-color: #ee4fd6;
/* Tailwind (arbitrary) */
class="text-[#ee4fd6] bg-[#ee4fd6]"
/* SCSS */
$brand: #ee4fd6;
/* SwiftUI */
Color(red: 0.933, green: 0.310, blue: 0.839)
/* Android */
Color.parseColor("#ee4fd6")Accessibility — WCAG contrast
Aa
#ee4fd6 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4fd6 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green31.0%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow10.1%
Key (black)6.7%
Color previews
#ee4fd6 text on a black background
contrast 6.72:1
Card sample
#ee4fd6 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4fd6;
Background color
Panel with #ee4fd6 background
background-color: #ee4fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 79, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 79, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4fd6; background: linear-gradient(135deg, #ee4fd6, #EE4F6C);