#eb8acf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 138, 207
HSL
317°, 71%, 73%
CMYK
0, 41, 12, 8
Luminance
0.4034
Every format
| HEX | #eb8acf |
| RGB | rgb(235, 138, 207) |
| HSL | hsl(317, 71%, 73%) |
| CMYK | cmyk(0%, 41%, 12%, 8%) |
| LAB | lab(69.7 46.2 -19.7) |
| LCH | lch(69.7 50.2 336.9) |
| OKLCH | oklch(0.757 0.145 338.6) |
Copy-ready code
/* CSS */
color: #eb8acf;
background-color: #eb8acf;
/* Tailwind (arbitrary) */
class="text-[#eb8acf] bg-[#eb8acf]"
/* SCSS */
$brand: #eb8acf;
/* SwiftUI */
Color(red: 0.922, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#eb8acf")Accessibility — WCAG contrast
Aa
#eb8acf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8acf on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow11.9%
Key (black)7.8%
Color previews
#eb8acf text on a black background
contrast 9.07:1
Card sample
#eb8acf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8acf;
Background color
Panel with #eb8acf background
background-color: #eb8acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8acf; background: linear-gradient(135deg, #eb8acf, #EB8A8E);