#eb48db
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 72, 219
HSL
306°, 80%, 60%
CMYK
0, 69, 7, 8
Luminance
0.2741
Every format
| HEX | #eb48db |
| RGB | rgb(235, 72, 219) |
| HSL | hsl(306, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 7%, 8%) |
| LAB | lab(59.4 77.1 -42.4) |
| LCH | lch(59.4 88.0 331.2) |
| OKLCH | oklch(0.682 0.250 332.2) |
Copy-ready code
/* CSS */
color: #eb48db;
background-color: #eb48db;
/* Tailwind (arbitrary) */
class="text-[#eb48db] bg-[#eb48db]"
/* SCSS */
$brand: #eb48db;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.859)
/* Android */
Color.parseColor("#eb48db")Accessibility — WCAG contrast
Aa
#eb48db on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb48db on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow6.8%
Key (black)7.8%
Color previews
#eb48db text on a black background
contrast 6.48:1
Card sample
#eb48db text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb48db;
Background color
Panel with #eb48db background
background-color: #eb48db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb48db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb48db; background: linear-gradient(135deg, #eb48db, #EB486E);