#eb7ac5
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 122, 197
HSL
320°, 74%, 70%
CMYK
0, 48, 16, 8
Luminance
0.3561
Every format
| HEX | #eb7ac5 |
| RGB | rgb(235, 122, 197) |
| HSL | hsl(320, 74%, 70%) |
| CMYK | cmyk(0%, 48%, 16%, 8%) |
| LAB | lab(66.2 52.7 -19.4) |
| LCH | lch(66.2 56.1 339.8) |
| OKLCH | oklch(0.730 0.164 341.6) |
Copy-ready code
/* CSS */
color: #eb7ac5;
background-color: #eb7ac5;
/* Tailwind (arbitrary) */
class="text-[#eb7ac5] bg-[#eb7ac5]"
/* SCSS */
$brand: #eb7ac5;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.773)
/* Android */
Color.parseColor("#eb7ac5")Accessibility — WCAG contrast
Aa
#eb7ac5 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7ac5 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow16.2%
Key (black)7.8%
Color previews
#eb7ac5 text on a black background
contrast 8.12:1
Card sample
#eb7ac5 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7ac5;
Background color
Panel with #eb7ac5 background
background-color: #eb7ac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7ac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7ac5; background: linear-gradient(135deg, #eb7ac5, #EB7A7A);