#ee7ccc
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 124, 204
HSL
318°, 77%, 71%
CMYK
0, 48, 14, 7
Luminance
0.3695
Every format
| HEX | #ee7ccc |
| RGB | rgb(238, 124, 204) |
| HSL | hsl(318, 77%, 71%) |
| CMYK | cmyk(0%, 48%, 14%, 7%) |
| LAB | lab(67.2 53.7 -21.7) |
| LCH | lch(67.2 57.9 338.0) |
| OKLCH | oklch(0.739 0.168 339.7) |
Copy-ready code
/* CSS */
color: #ee7ccc;
background-color: #ee7ccc;
/* Tailwind (arbitrary) */
class="text-[#ee7ccc] bg-[#ee7ccc]"
/* SCSS */
$brand: #ee7ccc;
/* SwiftUI */
Color(red: 0.933, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#ee7ccc")Accessibility — WCAG contrast
Aa
#ee7ccc on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7ccc on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green48.6%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow14.3%
Key (black)6.7%
Color previews
#ee7ccc text on a black background
contrast 8.39:1
Card sample
#ee7ccc text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7ccc;
Background color
Panel with #ee7ccc background
background-color: #ee7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7ccc; background: linear-gradient(135deg, #ee7ccc, #EE7C80);