#ed0cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 12, 219
HSL
305°, 90%, 49%
CMYK
0, 95, 8, 7
Luminance
0.2338
Every format
| HEX | #ed0cdb |
| RGB | rgb(237, 12, 219) |
| HSL | hsl(305, 90%, 49%) |
| CMYK | cmyk(0%, 95%, 8%, 7%) |
| LAB | lab(55.5 89.7 -48.6) |
| LCH | lch(55.5 102.0 331.6) |
| OKLCH | oklch(0.655 0.291 332.6) |
Copy-ready code
/* CSS */
color: #ed0cdb;
background-color: #ed0cdb;
/* Tailwind (arbitrary) */
class="text-[#ed0cdb] bg-[#ed0cdb]"
/* SCSS */
$brand: #ed0cdb;
/* SwiftUI */
Color(red: 0.929, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#ed0cdb")Accessibility — WCAG contrast
Aa
#ed0cdb on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed0cdb on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green4.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow7.6%
Key (black)7.1%
Color previews
#ed0cdb text on a black background
contrast 5.68:1
Card sample
#ed0cdb text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed0cdb;
Background color
Panel with #ed0cdb background
background-color: #ed0cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed0cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed0cdb; background: linear-gradient(135deg, #ed0cdb, #ED0C45);