#ef35df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 53, 223
HSL
305°, 85%, 57%
CMYK
0, 78, 7, 6
Luminance
0.2622
Every format
| HEX | #ef35df |
| RGB | rgb(239, 53, 223) |
| HSL | hsl(305, 85%, 57%) |
| CMYK | cmyk(0%, 78%, 7%, 6%) |
| LAB | lab(58.3 84.1 -46.4) |
| LCH | lch(58.3 96.0 331.1) |
| OKLCH | oklch(0.676 0.273 332.1) |
Copy-ready code
/* CSS */
color: #ef35df;
background-color: #ef35df;
/* Tailwind (arbitrary) */
class="text-[#ef35df] bg-[#ef35df]"
/* SCSS */
$brand: #ef35df;
/* SwiftUI */
Color(red: 0.937, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#ef35df")Accessibility — WCAG contrast
Aa
#ef35df on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef35df on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green20.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow6.7%
Key (black)6.3%
Color previews
#ef35df text on a black background
contrast 6.24:1
Card sample
#ef35df text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef35df;
Background color
Panel with #ef35df background
background-color: #ef35df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef35df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef35df; background: linear-gradient(135deg, #ef35df, #EF3563);