#eb7fdb
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 127, 219
HSL
309°, 73%, 71%
CMYK
0, 46, 7, 8
Luminance
0.3796
Every format
| HEX | #eb7fdb |
| RGB | rgb(235, 127, 219) |
| HSL | hsl(309, 73%, 71%) |
| CMYK | cmyk(0%, 46%, 7%, 8%) |
| LAB | lab(68.0 53.7 -29.0) |
| LCH | lch(68.0 61.0 331.6) |
| OKLCH | oklch(0.746 0.173 332.9) |
Copy-ready code
/* CSS */
color: #eb7fdb;
background-color: #eb7fdb;
/* Tailwind (arbitrary) */
class="text-[#eb7fdb] bg-[#eb7fdb]"
/* SCSS */
$brand: #eb7fdb;
/* SwiftUI */
Color(red: 0.922, green: 0.498, blue: 0.859)
/* Android */
Color.parseColor("#eb7fdb")Accessibility — WCAG contrast
Aa
#eb7fdb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7fdb on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow6.8%
Key (black)7.8%
Color previews
#eb7fdb text on a black background
contrast 8.59:1
Card sample
#eb7fdb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7fdb;
Background color
Panel with #eb7fdb background
background-color: #eb7fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 127, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 127, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7fdb; background: linear-gradient(135deg, #eb7fdb, #EB7F93);