#eb068f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 6, 143
HSL
324°, 95%, 47%
CMYK
0, 97, 39, 8
Luminance
0.1978
Every format
| HEX | #eb068f |
| RGB | rgb(235, 6, 143) |
| HSL | hsl(324, 95%, 47%) |
| CMYK | cmyk(0%, 97%, 39%, 8%) |
| LAB | lab(51.6 81.1 -10.2) |
| LCH | lch(51.6 81.8 352.8) |
| OKLCH | oklch(0.616 0.252 354.1) |
Copy-ready code
/* CSS */
color: #eb068f;
background-color: #eb068f;
/* Tailwind (arbitrary) */
class="text-[#eb068f] bg-[#eb068f]"
/* SCSS */
$brand: #eb068f;
/* SwiftUI */
Color(red: 0.922, green: 0.024, blue: 0.561)
/* Android */
Color.parseColor("#eb068f")Accessibility — WCAG contrast
Aa
#eb068f on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb068f on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green2.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta97.4%
Yellow39.1%
Key (black)7.8%
Color previews
#eb068f text on a black background
contrast 4.96:1
Card sample
#eb068f text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb068f;
Background color
Panel with #eb068f background
background-color: #eb068f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb068f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 6, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 6, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb068f; background: linear-gradient(135deg, #eb068f, #EB1606);