#ec38eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 56, 235
HSL
300°, 83%, 57%
CMYK
0, 76, 0, 8
Luminance
0.2666
Every format
| HEX | #ec38eb |
| RGB | rgb(236, 56, 235) |
| HSL | hsl(300, 83%, 57%) |
| CMYK | cmyk(0%, 76%, 0%, 8%) |
| LAB | lab(58.7 84.5 -52.5) |
| LCH | lch(58.7 99.5 328.1) |
| OKLCH | oklch(0.680 0.278 328.4) |
Copy-ready code
/* CSS */
color: #ec38eb;
background-color: #ec38eb;
/* Tailwind (arbitrary) */
class="text-[#ec38eb] bg-[#ec38eb]"
/* SCSS */
$brand: #ec38eb;
/* SwiftUI */
Color(red: 0.925, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#ec38eb")Accessibility — WCAG contrast
Aa
#ec38eb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec38eb on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green22.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow0.4%
Key (black)7.5%
Color previews
#ec38eb text on a black background
contrast 6.33:1
Card sample
#ec38eb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec38eb;
Background color
Panel with #ec38eb background
background-color: #ec38eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec38eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec38eb; background: linear-gradient(135deg, #ec38eb, #EC3873);