#ec8dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 141, 251
HSL
292°, 93%, 77%
CMYK
6, 44, 0, 2
Luminance
0.4385
Every format
| HEX | #ec8dfb |
| RGB | rgb(236, 141, 251) |
| HSL | hsl(292, 93%, 77%) |
| CMYK | cmyk(6%, 44%, 0%, 2%) |
| LAB | lab(72.1 52.7 -40.1) |
| LCH | lch(72.1 66.2 322.7) |
| OKLCH | oklch(0.781 0.179 322.0) |
Copy-ready code
/* CSS */
color: #ec8dfb;
background-color: #ec8dfb;
/* Tailwind (arbitrary) */
class="text-[#ec8dfb] bg-[#ec8dfb]"
/* SCSS */
$brand: #ec8dfb;
/* SwiftUI */
Color(red: 0.925, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#ec8dfb")Accessibility — WCAG contrast
Aa
#ec8dfb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8dfb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green55.3%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ec8dfb text on a black background
contrast 9.77:1
Card sample
#ec8dfb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8dfb;
Background color
Panel with #ec8dfb background
background-color: #ec8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8dfb; background: linear-gradient(135deg, #ec8dfb, #FB8DC1);