#ef63eb
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 99, 235
HSL
302°, 81%, 66%
CMYK
0, 59, 2, 6
Luminance
0.3327
Every format
| HEX | #ef63eb |
| RGB | rgb(239, 99, 235) |
| HSL | hsl(302, 81%, 66%) |
| CMYK | cmyk(0%, 59%, 2%, 6%) |
| LAB | lab(64.4 70.3 -43.5) |
| LCH | lch(64.4 82.7 328.3) |
| OKLCH | oklch(0.723 0.231 328.8) |
Copy-ready code
/* CSS */
color: #ef63eb;
background-color: #ef63eb;
/* Tailwind (arbitrary) */
class="text-[#ef63eb] bg-[#ef63eb]"
/* SCSS */
$brand: #ef63eb;
/* SwiftUI */
Color(red: 0.937, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#ef63eb")Accessibility — WCAG contrast
Aa
#ef63eb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef63eb on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green38.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow1.7%
Key (black)6.3%
Color previews
#ef63eb text on a black background
contrast 7.65:1
Card sample
#ef63eb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef63eb;
Background color
Panel with #ef63eb background
background-color: #ef63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef63eb; background: linear-gradient(135deg, #ef63eb, #EF638E);