#eb7fce
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 127, 206
HSL
316°, 73%, 71%
CMYK
0, 46, 12, 8
Luminance
0.3730
Every format
| HEX | #eb7fce |
| RGB | rgb(235, 127, 206) |
| HSL | hsl(316, 73%, 71%) |
| CMYK | cmyk(0%, 46%, 12%, 8%) |
| LAB | lab(67.5 51.6 -22.5) |
| LCH | lch(67.5 56.3 336.4) |
| OKLCH | oklch(0.741 0.162 338.2) |
Copy-ready code
/* CSS */
color: #eb7fce;
background-color: #eb7fce;
/* Tailwind (arbitrary) */
class="text-[#eb7fce] bg-[#eb7fce]"
/* SCSS */
$brand: #eb7fce;
/* SwiftUI */
Color(red: 0.922, green: 0.498, blue: 0.808)
/* Android */
Color.parseColor("#eb7fce")Accessibility — WCAG contrast
Aa
#eb7fce on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7fce on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow12.3%
Key (black)7.8%
Color previews
#eb7fce text on a black background
contrast 8.46:1
Card sample
#eb7fce text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7fce;
Background color
Panel with #eb7fce background
background-color: #eb7fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 127, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 127, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7fce; background: linear-gradient(135deg, #eb7fce, #EB7F86);