#eb6fdf
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 111, 223
HSL
306°, 76%, 68%
CMYK
0, 53, 5, 8
Luminance
0.3436
Every format
| HEX | #eb6fdf |
| RGB | rgb(235, 111, 223) |
| HSL | hsl(306, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 5%, 8%) |
| LAB | lab(65.3 62.0 -35.5) |
| LCH | lch(65.3 71.4 330.2) |
| OKLCH | oklch(0.726 0.201 331.2) |
Copy-ready code
/* CSS */
color: #eb6fdf;
background-color: #eb6fdf;
/* Tailwind (arbitrary) */
class="text-[#eb6fdf] bg-[#eb6fdf]"
/* SCSS */
$brand: #eb6fdf;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#eb6fdf")Accessibility — WCAG contrast
Aa
#eb6fdf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6fdf on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow5.1%
Key (black)7.8%
Color previews
#eb6fdf text on a black background
contrast 7.87:1
Card sample
#eb6fdf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6fdf;
Background color
Panel with #eb6fdf background
background-color: #eb6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6fdf; background: linear-gradient(135deg, #eb6fdf, #EB6F8C);