#eb68db
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 104, 219
HSL
307°, 77%, 67%
CMYK
0, 56, 7, 8
Luminance
0.3268
Every format
| HEX | #eb68db |
| RGB | rgb(235, 104, 219) |
| HSL | hsl(307, 77%, 67%) |
| CMYK | cmyk(0%, 56%, 7%, 8%) |
| LAB | lab(63.9 64.5 -35.3) |
| LCH | lch(63.9 73.6 331.3) |
| OKLCH | oklch(0.716 0.208 332.5) |
Copy-ready code
/* CSS */
color: #eb68db;
background-color: #eb68db;
/* Tailwind (arbitrary) */
class="text-[#eb68db] bg-[#eb68db]"
/* SCSS */
$brand: #eb68db;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.859)
/* Android */
Color.parseColor("#eb68db")Accessibility — WCAG contrast
Aa
#eb68db on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb68db on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow6.8%
Key (black)7.8%
Color previews
#eb68db text on a black background
contrast 7.54:1
Card sample
#eb68db text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb68db;
Background color
Panel with #eb68db background
background-color: #eb68db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb68db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb68db; background: linear-gradient(135deg, #eb68db, #EB6884);