#eb84ce
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 132, 206
HSL
317°, 72%, 72%
CMYK
0, 44, 12, 8
Luminance
0.3862
Every format
| HEX | #eb84ce |
| RGB | rgb(235, 132, 206) |
| HSL | hsl(317, 72%, 72%) |
| CMYK | cmyk(0%, 44%, 12%, 8%) |
| LAB | lab(68.5 49.1 -21.0) |
| LCH | lch(68.5 53.4 336.8) |
| OKLCH | oklch(0.748 0.154 338.6) |
Copy-ready code
/* CSS */
color: #eb84ce;
background-color: #eb84ce;
/* Tailwind (arbitrary) */
class="text-[#eb84ce] bg-[#eb84ce]"
/* SCSS */
$brand: #eb84ce;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.808)
/* Android */
Color.parseColor("#eb84ce")Accessibility — WCAG contrast
Aa
#eb84ce on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb84ce on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow12.3%
Key (black)7.8%
Color previews
#eb84ce text on a black background
contrast 8.72:1
Card sample
#eb84ce text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb84ce;
Background color
Panel with #eb84ce background
background-color: #eb84ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb84ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb84ce; background: linear-gradient(135deg, #eb84ce, #EB848A);