#ed23ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 35, 255
HSL
295°, 100%, 57%
CMYK
7, 86, 0, 0
Luminance
0.2643
Every format
| HEX | #ed23ff |
| RGB | rgb(237, 35, 255) |
| HSL | hsl(295, 100%, 57%) |
| CMYK | cmyk(7%, 86%, 0%, 0%) |
| LAB | lab(58.4 92.2 -64.0) |
| LCH | lch(58.4 112.2 325.2) |
| OKLCH | oklch(0.683 0.306 324.2) |
Copy-ready code
/* CSS */
color: #ed23ff;
background-color: #ed23ff;
/* Tailwind (arbitrary) */
class="text-[#ed23ff] bg-[#ed23ff]"
/* SCSS */
$brand: #ed23ff;
/* SwiftUI */
Color(red: 0.929, green: 0.137, blue: 1.000)
/* Android */
Color.parseColor("#ed23ff")Accessibility — WCAG contrast
Aa
#ed23ff on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed23ff on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green13.7%
Blue100.0%
CMYK percentages
Cyan7.1%
Magenta86.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ed23ff text on a black background
contrast 6.29:1
Card sample
#ed23ff text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed23ff;
Background color
Panel with #ed23ff background
background-color: #ed23ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed23ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 35, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 35, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed23ff; background: linear-gradient(135deg, #ed23ff, #FF237E);