#ed5cff
a light, electric magenta / pink · warm · closest name: magenta
RGB
237, 92, 255
HSL
293°, 100%, 68%
CMYK
7, 64, 0, 0
Luminance
0.3288
Every format
| HEX | #ed5cff |
| RGB | rgb(237, 92, 255) |
| HSL | hsl(293, 100%, 68%) |
| CMYK | cmyk(7%, 64%, 0%, 0%) |
| LAB | lab(64.1 76.0 -55.0) |
| LCH | lch(64.1 93.9 324.1) |
| OKLCH | oklch(0.723 0.255 323.1) |
Copy-ready code
/* CSS */
color: #ed5cff;
background-color: #ed5cff;
/* Tailwind (arbitrary) */
class="text-[#ed5cff] bg-[#ed5cff]"
/* SCSS */
$brand: #ed5cff;
/* SwiftUI */
Color(red: 0.929, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#ed5cff")Accessibility — WCAG contrast
Aa
#ed5cff on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed5cff on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green36.1%
Blue100.0%
CMYK percentages
Cyan7.1%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ed5cff text on a black background
contrast 7.58:1
Card sample
#ed5cff text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed5cff;
Background color
Panel with #ed5cff background
background-color: #ed5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed5cff; background: linear-gradient(135deg, #ed5cff, #FF5CA4);