#ee68eb
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 104, 235
HSL
301°, 80%, 67%
CMYK
0, 56, 1, 7
Luminance
0.3408
Every format
| HEX | #ee68eb |
| RGB | rgb(238, 104, 235) |
| HSL | hsl(301, 80%, 67%) |
| CMYK | cmyk(0%, 56%, 1%, 7%) |
| LAB | lab(65.0 67.9 -42.5) |
| LCH | lch(65.0 80.1 328.0) |
| OKLCH | oklch(0.727 0.223 328.4) |
Copy-ready code
/* CSS */
color: #ee68eb;
background-color: #ee68eb;
/* Tailwind (arbitrary) */
class="text-[#ee68eb] bg-[#ee68eb]"
/* SCSS */
$brand: #ee68eb;
/* SwiftUI */
Color(red: 0.933, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#ee68eb")Accessibility — WCAG contrast
Aa
#ee68eb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee68eb on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow1.3%
Key (black)6.7%
Color previews
#ee68eb text on a black background
contrast 7.82:1
Card sample
#ee68eb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee68eb;
Background color
Panel with #ee68eb background
background-color: #ee68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee68eb; background: linear-gradient(135deg, #ee68eb, #EE6892);