#eb7ac7
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 122, 199
HSL
319°, 74%, 70%
CMYK
0, 48, 15, 8
Luminance
0.3570
Every format
| HEX | #eb7ac7 |
| RGB | rgb(235, 122, 199) |
| HSL | hsl(319, 74%, 70%) |
| CMYK | cmyk(0%, 48%, 15%, 8%) |
| LAB | lab(66.3 53.0 -20.4) |
| LCH | lch(66.3 56.8 338.9) |
| OKLCH | oklch(0.731 0.165 340.7) |
Copy-ready code
/* CSS */
color: #eb7ac7;
background-color: #eb7ac7;
/* Tailwind (arbitrary) */
class="text-[#eb7ac7] bg-[#eb7ac7]"
/* SCSS */
$brand: #eb7ac7;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.780)
/* Android */
Color.parseColor("#eb7ac7")Accessibility — WCAG contrast
Aa
#eb7ac7 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7ac7 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow15.3%
Key (black)7.8%
Color previews
#eb7ac7 text on a black background
contrast 8.14:1
Card sample
#eb7ac7 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7ac7;
Background color
Panel with #eb7ac7 background
background-color: #eb7ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7ac7; background: linear-gradient(135deg, #eb7ac7, #EB7A7C);