#ec6dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 109, 251
HSL
294°, 95%, 71%
CMYK
6, 57, 0, 2
Luminance
0.3574
Every format
| HEX | #ec6dfb |
| RGB | rgb(236, 109, 251) |
| HSL | hsl(294, 95%, 71%) |
| CMYK | cmyk(6%, 57%, 0%, 2%) |
| LAB | lab(66.3 68.0 -49.3) |
| LCH | lch(66.3 84.0 324.1) |
| OKLCH | oklch(0.738 0.229 323.3) |
Copy-ready code
/* CSS */
color: #ec6dfb;
background-color: #ec6dfb;
/* Tailwind (arbitrary) */
class="text-[#ec6dfb] bg-[#ec6dfb]"
/* SCSS */
$brand: #ec6dfb;
/* SwiftUI */
Color(red: 0.925, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#ec6dfb")Accessibility — WCAG contrast
Aa
#ec6dfb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6dfb on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.7%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#ec6dfb text on a black background
contrast 8.15:1
Card sample
#ec6dfb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6dfb;
Background color
Panel with #ec6dfb background
background-color: #ec6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6dfb; background: linear-gradient(135deg, #ec6dfb, #FB6DAB);