#eb79ce
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 121, 206
HSL
315°, 74%, 70%
CMYK
0, 49, 12, 8
Luminance
0.3579
Every format
| HEX | #eb79ce |
| RGB | rgb(235, 121, 206) |
| HSL | hsl(315, 74%, 70%) |
| CMYK | cmyk(0%, 49%, 12%, 8%) |
| LAB | lab(66.4 54.5 -24.2) |
| LCH | lch(66.4 59.7 336.0) |
| OKLCH | oklch(0.732 0.172 337.7) |
Copy-ready code
/* CSS */
color: #eb79ce;
background-color: #eb79ce;
/* Tailwind (arbitrary) */
class="text-[#eb79ce] bg-[#eb79ce]"
/* SCSS */
$brand: #eb79ce;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.808)
/* Android */
Color.parseColor("#eb79ce")Accessibility — WCAG contrast
Aa
#eb79ce on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb79ce on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow12.3%
Key (black)7.8%
Color previews
#eb79ce text on a black background
contrast 8.16:1
Card sample
#eb79ce text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb79ce;
Background color
Panel with #eb79ce background
background-color: #eb79ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb79ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb79ce; background: linear-gradient(135deg, #eb79ce, #EB7982);