#eb3ece
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 62, 206
HSL
310°, 81%, 58%
CMYK
0, 74, 12, 8
Luminance
0.2556
Every format
| HEX | #eb3ece |
| RGB | rgb(235, 62, 206) |
| HSL | hsl(310, 81%, 58%) |
| CMYK | cmyk(0%, 74%, 12%, 8%) |
| LAB | lab(57.6 78.4 -37.8) |
| LCH | lch(57.6 87.0 334.3) |
| OKLCH | oklch(0.668 0.252 335.8) |
Copy-ready code
/* CSS */
color: #eb3ece;
background-color: #eb3ece;
/* Tailwind (arbitrary) */
class="text-[#eb3ece] bg-[#eb3ece]"
/* SCSS */
$brand: #eb3ece;
/* SwiftUI */
Color(red: 0.922, green: 0.243, blue: 0.808)
/* Android */
Color.parseColor("#eb3ece")Accessibility — WCAG contrast
Aa
#eb3ece on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3ece on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow12.3%
Key (black)7.8%
Color previews
#eb3ece text on a black background
contrast 6.11:1
Card sample
#eb3ece text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3ece;
Background color
Panel with #eb3ece background
background-color: #eb3ece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3ece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 62, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 62, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3ece; background: linear-gradient(135deg, #eb3ece, #EB3E5A);