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