#eb468f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 70, 143
HSL
334°, 81%, 60%
CMYK
0, 70, 39, 8
Luminance
0.2403
Every format
| HEX | #eb468f |
| RGB | rgb(235, 70, 143) |
| HSL | hsl(334, 81%, 60%) |
| CMYK | cmyk(0%, 70%, 39%, 8%) |
| LAB | lab(56.1 68.2 -3.5) |
| LCH | lch(56.1 68.3 357.1) |
| OKLCH | oklch(0.649 0.209 357.7) |
Copy-ready code
/* CSS */
color: #eb468f;
background-color: #eb468f;
/* Tailwind (arbitrary) */
class="text-[#eb468f] bg-[#eb468f]"
/* SCSS */
$brand: #eb468f;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.561)
/* Android */
Color.parseColor("#eb468f")Accessibility — WCAG contrast
Aa
#eb468f on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb468f on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow39.1%
Key (black)7.8%
Color previews
#eb468f text on a black background
contrast 5.81:1
Card sample
#eb468f text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb468f;
Background color
Panel with #eb468f background
background-color: #eb468f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb468f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb468f; background: linear-gradient(135deg, #eb468f, #EB6B46);