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