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