#ec53df
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 83, 223
HSL
305°, 80%, 63%
CMYK
0, 65, 6, 8
Luminance
0.2935
Every format
| HEX | #ec53df |
| RGB | rgb(236, 83, 223) |
| HSL | hsl(305, 80%, 63%) |
| CMYK | cmyk(0%, 65%, 6%, 8%) |
| LAB | lab(61.1 74.0 -42.0) |
| LCH | lch(61.1 85.1 330.5) |
| OKLCH | oklch(0.696 0.241 331.4) |
Copy-ready code
/* CSS */
color: #ec53df;
background-color: #ec53df;
/* Tailwind (arbitrary) */
class="text-[#ec53df] bg-[#ec53df]"
/* SCSS */
$brand: #ec53df;
/* SwiftUI */
Color(red: 0.925, green: 0.325, blue: 0.875)
/* Android */
Color.parseColor("#ec53df")Accessibility — WCAG contrast
Aa
#ec53df on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec53df on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green32.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow5.5%
Key (black)7.5%
Color previews
#ec53df text on a black background
contrast 6.87:1
Card sample
#ec53df text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec53df;
Background color
Panel with #ec53df background
background-color: #ec53df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec53df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 83, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 83, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec53df; background: linear-gradient(135deg, #ec53df, #EC5379);