#ee104f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 16, 79
HSL
343°, 87%, 50%
CMYK
0, 93, 67, 7
Luminance
0.1911
Every format
| HEX | #ee104f |
| RGB | rgb(238, 16, 79) |
| HSL | hsl(343, 87%, 50%) |
| CMYK | cmyk(0%, 93%, 67%, 7%) |
| LAB | lab(50.8 76.6 27.6) |
| LCH | lch(50.8 81.4 19.8) |
| OKLCH | oklch(0.606 0.238 15.9) |
Copy-ready code
/* CSS */
color: #ee104f;
background-color: #ee104f;
/* Tailwind (arbitrary) */
class="text-[#ee104f] bg-[#ee104f]"
/* SCSS */
$brand: #ee104f;
/* SwiftUI */
Color(red: 0.933, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#ee104f")Accessibility — WCAG contrast
Aa
#ee104f on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee104f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow66.8%
Key (black)6.7%
Color previews
#ee104f text on a black background
contrast 4.82:1
Card sample
#ee104f text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee104f;
Background color
Panel with #ee104f background
background-color: #ee104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee104f; background: linear-gradient(135deg, #ee104f, #EE6510);