#ed33ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 51, 255
HSL
295°, 100%, 60%
CMYK
7, 80, 0, 0
Luminance
0.2759
Every format
| HEX | #ed33ff |
| RGB | rgb(237, 51, 255) |
| HSL | hsl(295, 100%, 60%) |
| CMYK | cmyk(7%, 80%, 0%, 0%) |
| LAB | lab(59.5 89.0 -62.3) |
| LCH | lch(59.5 108.6 325.0) |
| OKLCH | oklch(0.691 0.296 324.0) |
Copy-ready code
/* CSS */
color: #ed33ff;
background-color: #ed33ff;
/* Tailwind (arbitrary) */
class="text-[#ed33ff] bg-[#ed33ff]"
/* SCSS */
$brand: #ed33ff;
/* SwiftUI */
Color(red: 0.929, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#ed33ff")Accessibility — WCAG contrast
Aa
#ed33ff on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed33ff on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green20.0%
Blue100.0%
CMYK percentages
Cyan7.1%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ed33ff text on a black background
contrast 6.52:1
Card sample
#ed33ff text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed33ff;
Background color
Panel with #ed33ff background
background-color: #ed33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed33ff; background: linear-gradient(135deg, #ed33ff, #FF3389);