#ec8cdb
a light, vivid magenta / pink · warm · closest name: orchid
RGB
236, 140, 219
HSL
311°, 72%, 74%
CMYK
0, 41, 7, 8
Luminance
0.4170
Every format
| HEX | #ec8cdb |
| RGB | rgb(236, 140, 219) |
| HSL | hsl(311, 72%, 74%) |
| CMYK | cmyk(0%, 41%, 7%, 8%) |
| LAB | lab(70.7 47.5 -24.9) |
| LCH | lch(70.7 53.6 332.3) |
| OKLCH | oklch(0.766 0.152 333.7) |
Copy-ready code
/* CSS */
color: #ec8cdb;
background-color: #ec8cdb;
/* Tailwind (arbitrary) */
class="text-[#ec8cdb] bg-[#ec8cdb]"
/* SCSS */
$brand: #ec8cdb;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#ec8cdb")Accessibility — WCAG contrast
Aa
#ec8cdb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8cdb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow7.2%
Key (black)7.5%
Color previews
#ec8cdb text on a black background
contrast 9.34:1
Card sample
#ec8cdb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8cdb;
Background color
Panel with #ec8cdb background
background-color: #ec8cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8cdb; background: linear-gradient(135deg, #ec8cdb, #EC8C9B);