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