#eb388f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 56, 143
HSL
331°, 82%, 57%
CMYK
0, 76, 39, 8
Luminance
0.2247
Every format
| HEX | #eb388f |
| RGB | rgb(235, 56, 143) |
| HSL | hsl(331, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 39%, 8%) |
| LAB | lab(54.5 72.7 -5.8) |
| LCH | lch(54.5 72.9 355.4) |
| OKLCH | oklch(0.637 0.224 356.3) |
Copy-ready code
/* CSS */
color: #eb388f;
background-color: #eb388f;
/* Tailwind (arbitrary) */
class="text-[#eb388f] bg-[#eb388f]"
/* SCSS */
$brand: #eb388f;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.561)
/* Android */
Color.parseColor("#eb388f")Accessibility — WCAG contrast
Aa
#eb388f on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb388f on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow39.1%
Key (black)7.8%
Color previews
#eb388f text on a black background
contrast 5.49:1
Card sample
#eb388f text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb388f;
Background color
Panel with #eb388f background
background-color: #eb388f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb388f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb388f; background: linear-gradient(135deg, #eb388f, #EB5838);