#ef5cff
a light, electric magenta / pink · warm · closest name: magenta
RGB
239, 92, 255
HSL
294°, 100%, 68%
CMYK
6, 64, 0, 0
Luminance
0.3323
Every format
| HEX | #ef5cff |
| RGB | rgb(239, 92, 255) |
| HSL | hsl(294, 100%, 68%) |
| CMYK | cmyk(6%, 64%, 0%, 0%) |
| LAB | lab(64.3 76.5 -54.6) |
| LCH | lch(64.3 94.0 324.5) |
| OKLCH | oklch(0.726 0.256 323.7) |
Copy-ready code
/* CSS */
color: #ef5cff;
background-color: #ef5cff;
/* Tailwind (arbitrary) */
class="text-[#ef5cff] bg-[#ef5cff]"
/* SCSS */
$brand: #ef5cff;
/* SwiftUI */
Color(red: 0.937, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#ef5cff")Accessibility — WCAG contrast
Aa
#ef5cff on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef5cff on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green36.1%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ef5cff text on a black background
contrast 7.65:1
Card sample
#ef5cff text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5cff;
Background color
Panel with #ef5cff background
background-color: #ef5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5cff; background: linear-gradient(135deg, #ef5cff, #FF5CA2);