#ec6cdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
236, 108, 219
HSL
308°, 77%, 68%
CMYK
0, 54, 7, 8
Luminance
0.3367
Every format
| HEX | #ec6cdb |
| RGB | rgb(236, 108, 219) |
| HSL | hsl(308, 77%, 68%) |
| CMYK | cmyk(0%, 54%, 7%, 8%) |
| LAB | lab(64.7 63.0 -34.1) |
| LCH | lch(64.7 71.6 331.6) |
| OKLCH | oklch(0.722 0.203 332.8) |
Copy-ready code
/* CSS */
color: #ec6cdb;
background-color: #ec6cdb;
/* Tailwind (arbitrary) */
class="text-[#ec6cdb] bg-[#ec6cdb]"
/* SCSS */
$brand: #ec6cdb;
/* SwiftUI */
Color(red: 0.925, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#ec6cdb")Accessibility — WCAG contrast
Aa
#ec6cdb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6cdb on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow7.2%
Key (black)7.5%
Color previews
#ec6cdb text on a black background
contrast 7.73:1
Card sample
#ec6cdb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6cdb;
Background color
Panel with #ec6cdb background
background-color: #ec6cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6cdb; background: linear-gradient(135deg, #ec6cdb, #EC6C86);