#eb7acd
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 122, 205
HSL
316°, 74%, 70%
CMYK
0, 48, 13, 8
Luminance
0.3599
Every format
| HEX | #eb7acd |
| RGB | rgb(235, 122, 205) |
| HSL | hsl(316, 74%, 70%) |
| CMYK | cmyk(0%, 48%, 13%, 8%) |
| LAB | lab(66.5 53.9 -23.4) |
| LCH | lch(66.5 58.8 336.5) |
| OKLCH | oklch(0.733 0.170 338.2) |
Copy-ready code
/* CSS */
color: #eb7acd;
background-color: #eb7acd;
/* Tailwind (arbitrary) */
class="text-[#eb7acd] bg-[#eb7acd]"
/* SCSS */
$brand: #eb7acd;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.804)
/* Android */
Color.parseColor("#eb7acd")Accessibility — WCAG contrast
Aa
#eb7acd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7acd on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow12.8%
Key (black)7.8%
Color previews
#eb7acd text on a black background
contrast 8.20:1
Card sample
#eb7acd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7acd;
Background color
Panel with #eb7acd background
background-color: #eb7acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7acd; background: linear-gradient(135deg, #eb7acd, #EB7A82);