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