#ec7cdb
a light, vivid magenta / pink · warm · closest name: orchid
RGB
236, 124, 219
HSL
309°, 75%, 71%
CMYK
0, 48, 7, 8
Luminance
0.3736
Every format
| HEX | #ec7cdb |
| RGB | rgb(236, 124, 219) |
| HSL | hsl(309, 75%, 71%) |
| CMYK | cmyk(0%, 48%, 7%, 8%) |
| LAB | lab(67.5 55.5 -29.7) |
| LCH | lch(67.5 62.9 331.9) |
| OKLCH | oklch(0.743 0.178 333.2) |
Copy-ready code
/* CSS */
color: #ec7cdb;
background-color: #ec7cdb;
/* Tailwind (arbitrary) */
class="text-[#ec7cdb] bg-[#ec7cdb]"
/* SCSS */
$brand: #ec7cdb;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#ec7cdb")Accessibility — WCAG contrast
Aa
#ec7cdb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7cdb on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow7.2%
Key (black)7.5%
Color previews
#ec7cdb text on a black background
contrast 8.47:1
Card sample
#ec7cdb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7cdb;
Background color
Panel with #ec7cdb background
background-color: #ec7cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7cdb; background: linear-gradient(135deg, #ec7cdb, #EC7C90);