#eb6fc4
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 111, 196
HSL
319°, 76%, 68%
CMYK
0, 53, 17, 8
Luminance
0.3302
Every format
| HEX | #eb6fc4 |
| RGB | rgb(235, 111, 196) |
| HSL | hsl(319, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 17%, 8%) |
| LAB | lab(64.2 57.8 -22.0) |
| LCH | lch(64.2 61.8 339.2) |
| OKLCH | oklch(0.715 0.181 341.0) |
Copy-ready code
/* CSS */
color: #eb6fc4;
background-color: #eb6fc4;
/* Tailwind (arbitrary) */
class="text-[#eb6fc4] bg-[#eb6fc4]"
/* SCSS */
$brand: #eb6fc4;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.769)
/* Android */
Color.parseColor("#eb6fc4")Accessibility — WCAG contrast
Aa
#eb6fc4 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6fc4 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow16.6%
Key (black)7.8%
Color previews
#eb6fc4 text on a black background
contrast 7.60:1
Card sample
#eb6fc4 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6fc4;
Background color
Panel with #eb6fc4 background
background-color: #eb6fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6fc4; background: linear-gradient(135deg, #eb6fc4, #EB6F71);