#eb358f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 53, 143
HSL
330°, 82%, 57%
CMYK
0, 77, 39, 8
Luminance
0.2219
Every format
| HEX | #eb358f |
| RGB | rgb(235, 53, 143) |
| HSL | hsl(330, 82%, 57%) |
| CMYK | cmyk(0%, 77%, 39%, 8%) |
| LAB | lab(54.2 73.5 -6.3) |
| LCH | lch(54.2 73.8 355.1) |
| OKLCH | oklch(0.635 0.227 356.0) |
Copy-ready code
/* CSS */
color: #eb358f;
background-color: #eb358f;
/* Tailwind (arbitrary) */
class="text-[#eb358f] bg-[#eb358f]"
/* SCSS */
$brand: #eb358f;
/* SwiftUI */
Color(red: 0.922, green: 0.208, blue: 0.561)
/* Android */
Color.parseColor("#eb358f")Accessibility — WCAG contrast
Aa
#eb358f on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb358f on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow39.1%
Key (black)7.8%
Color previews
#eb358f text on a black background
contrast 5.44:1
Card sample
#eb358f text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb358f;
Background color
Panel with #eb358f background
background-color: #eb358f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb358f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 53, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 53, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb358f; background: linear-gradient(135deg, #eb358f, #EB5435);