#eb6fcb
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 111, 203
HSL
316°, 76%, 68%
CMYK
0, 53, 14, 8
Luminance
0.3334
Every format
| HEX | #eb6fcb |
| RGB | rgb(235, 111, 203) |
| HSL | hsl(316, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 14%, 8%) |
| LAB | lab(64.4 58.8 -25.5) |
| LCH | lch(64.4 64.1 336.6) |
| OKLCH | oklch(0.718 0.186 338.3) |
Copy-ready code
/* CSS */
color: #eb6fcb;
background-color: #eb6fcb;
/* Tailwind (arbitrary) */
class="text-[#eb6fcb] bg-[#eb6fcb]"
/* SCSS */
$brand: #eb6fcb;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.796)
/* Android */
Color.parseColor("#eb6fcb")Accessibility — WCAG contrast
Aa
#eb6fcb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6fcb on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow13.6%
Key (black)7.8%
Color previews
#eb6fcb text on a black background
contrast 7.67:1
Card sample
#eb6fcb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6fcb;
Background color
Panel with #eb6fcb background
background-color: #eb6fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6fcb; background: linear-gradient(135deg, #eb6fcb, #EB6F78);