#eb3fcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 63, 207
HSL
310°, 81%, 58%
CMYK
0, 73, 12, 8
Luminance
0.2572
Every format
| HEX | #eb3fcf |
| RGB | rgb(235, 63, 207) |
| HSL | hsl(310, 81%, 58%) |
| CMYK | cmyk(0%, 73%, 12%, 8%) |
| LAB | lab(57.8 78.2 -38.1) |
| LCH | lch(57.8 87.0 334.0) |
| OKLCH | oklch(0.669 0.251 335.6) |
Copy-ready code
/* CSS */
color: #eb3fcf;
background-color: #eb3fcf;
/* Tailwind (arbitrary) */
class="text-[#eb3fcf] bg-[#eb3fcf]"
/* SCSS */
$brand: #eb3fcf;
/* SwiftUI */
Color(red: 0.922, green: 0.247, blue: 0.812)
/* Android */
Color.parseColor("#eb3fcf")Accessibility — WCAG contrast
Aa
#eb3fcf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3fcf on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow11.9%
Key (black)7.8%
Color previews
#eb3fcf text on a black background
contrast 6.14:1
Card sample
#eb3fcf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3fcf;
Background color
Panel with #eb3fcf background
background-color: #eb3fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 63, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 63, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3fcf; background: linear-gradient(135deg, #eb3fcf, #EB3F5C);