#eb6fcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 111, 207
HSL
314°, 76%, 68%
CMYK
0, 53, 12, 8
Luminance
0.3354
Every format
| HEX | #eb6fcf |
| RGB | rgb(235, 111, 207) |
| HSL | hsl(314, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 12%, 8%) |
| LAB | lab(64.6 59.5 -27.5) |
| LCH | lch(64.6 65.5 335.2) |
| OKLCH | oklch(0.719 0.189 336.8) |
Copy-ready code
/* CSS */
color: #eb6fcf;
background-color: #eb6fcf;
/* Tailwind (arbitrary) */
class="text-[#eb6fcf] bg-[#eb6fcf]"
/* SCSS */
$brand: #eb6fcf;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#eb6fcf")Accessibility — WCAG contrast
Aa
#eb6fcf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6fcf on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow11.9%
Key (black)7.8%
Color previews
#eb6fcf text on a black background
contrast 7.71:1
Card sample
#eb6fcf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6fcf;
Background color
Panel with #eb6fcf background
background-color: #eb6fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6fcf; background: linear-gradient(135deg, #eb6fcf, #EB6F7C);