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