#eb86db
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 134, 219
HSL
310°, 72%, 72%
CMYK
0, 43, 7, 8
Luminance
0.3983
Every format
| HEX | #eb86db |
| RGB | rgb(235, 134, 219) |
| HSL | hsl(310, 72%, 72%) |
| CMYK | cmyk(0%, 43%, 7%, 8%) |
| LAB | lab(69.3 50.2 -26.9) |
| LCH | lch(69.3 57.0 331.8) |
| OKLCH | oklch(0.756 0.161 333.1) |
Copy-ready code
/* CSS */
color: #eb86db;
background-color: #eb86db;
/* Tailwind (arbitrary) */
class="text-[#eb86db] bg-[#eb86db]"
/* SCSS */
$brand: #eb86db;
/* SwiftUI */
Color(red: 0.922, green: 0.525, blue: 0.859)
/* Android */
Color.parseColor("#eb86db")Accessibility — WCAG contrast
Aa
#eb86db on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb86db on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow6.8%
Key (black)7.8%
Color previews
#eb86db text on a black background
contrast 8.97:1
Card sample
#eb86db text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb86db;
Background color
Panel with #eb86db background
background-color: #eb86db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb86db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 134, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 134, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb86db; background: linear-gradient(135deg, #eb86db, #EB8698);