#ec3cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 60, 219
HSL
306°, 82%, 58%
CMYK
0, 75, 7, 8
Luminance
0.2618
Every format
| HEX | #ec3cdb |
| RGB | rgb(236, 60, 219) |
| HSL | hsl(306, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 7%, 8%) |
| LAB | lab(58.2 81.0 -44.2) |
| LCH | lch(58.2 92.3 331.4) |
| OKLCH | oklch(0.675 0.263 332.4) |
Copy-ready code
/* CSS */
color: #ec3cdb;
background-color: #ec3cdb;
/* Tailwind (arbitrary) */
class="text-[#ec3cdb] bg-[#ec3cdb]"
/* SCSS */
$brand: #ec3cdb;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#ec3cdb")Accessibility — WCAG contrast
Aa
#ec3cdb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3cdb on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow7.2%
Key (black)7.5%
Color previews
#ec3cdb text on a black background
contrast 6.24:1
Card sample
#ec3cdb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3cdb;
Background color
Panel with #ec3cdb background
background-color: #ec3cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3cdb; background: linear-gradient(135deg, #ec3cdb, #EC3C66);