#eb92db
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 146, 219
HSL
311°, 69%, 75%
CMYK
0, 38, 7, 8
Luminance
0.4333
Every format
| HEX | #eb92db |
| RGB | rgb(235, 146, 219) |
| HSL | hsl(311, 69%, 75%) |
| CMYK | cmyk(0%, 38%, 7%, 8%) |
| LAB | lab(71.8 44.1 -23.2) |
| LCH | lch(71.8 49.8 332.3) |
| OKLCH | oklch(0.774 0.141 333.6) |
Copy-ready code
/* CSS */
color: #eb92db;
background-color: #eb92db;
/* Tailwind (arbitrary) */
class="text-[#eb92db] bg-[#eb92db]"
/* SCSS */
$brand: #eb92db;
/* SwiftUI */
Color(red: 0.922, green: 0.573, blue: 0.859)
/* Android */
Color.parseColor("#eb92db")Accessibility — WCAG contrast
Aa
#eb92db on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb92db on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow6.8%
Key (black)7.8%
Color previews
#eb92db text on a black background
contrast 9.67:1
Card sample
#eb92db text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb92db;
Background color
Panel with #eb92db background
background-color: #eb92db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb92db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 146, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 146, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb92db; background: linear-gradient(135deg, #eb92db, #EB92A0);