#ed26df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 38, 223
HSL
304°, 85%, 54%
CMYK
0, 84, 6, 7
Luminance
0.2472
Every format
| HEX | #ed26df |
| RGB | rgb(237, 38, 223) |
| HSL | hsl(304, 85%, 54%) |
| CMYK | cmyk(0%, 84%, 6%, 7%) |
| LAB | lab(56.8 86.9 -48.7) |
| LCH | lch(56.8 99.7 330.7) |
| OKLCH | oklch(0.665 0.283 331.6) |
Copy-ready code
/* CSS */
color: #ed26df;
background-color: #ed26df;
/* Tailwind (arbitrary) */
class="text-[#ed26df] bg-[#ed26df]"
/* SCSS */
$brand: #ed26df;
/* SwiftUI */
Color(red: 0.929, green: 0.149, blue: 0.875)
/* Android */
Color.parseColor("#ed26df")Accessibility — WCAG contrast
Aa
#ed26df on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed26df on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green14.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow5.9%
Key (black)7.1%
Color previews
#ed26df text on a black background
contrast 5.94:1
Card sample
#ed26df text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed26df;
Background color
Panel with #ed26df background
background-color: #ed26df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed26df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 38, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 38, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed26df; background: linear-gradient(135deg, #ed26df, #ED265A);