#ec7ccf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
236, 124, 207
HSL
316°, 75%, 71%
CMYK
0, 48, 12, 8
Luminance
0.3675
Every format
| HEX | #ec7ccf |
| RGB | rgb(236, 124, 207) |
| HSL | hsl(316, 75%, 71%) |
| CMYK | cmyk(0%, 48%, 12%, 8%) |
| LAB | lab(67.1 53.5 -23.7) |
| LCH | lch(67.1 58.5 336.1) |
| OKLCH | oklch(0.738 0.169 337.9) |
Copy-ready code
/* CSS */
color: #ec7ccf;
background-color: #ec7ccf;
/* Tailwind (arbitrary) */
class="text-[#ec7ccf] bg-[#ec7ccf]"
/* SCSS */
$brand: #ec7ccf;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#ec7ccf")Accessibility — WCAG contrast
Aa
#ec7ccf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7ccf on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow12.3%
Key (black)7.5%
Color previews
#ec7ccf text on a black background
contrast 8.35:1
Card sample
#ec7ccf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7ccf;
Background color
Panel with #ec7ccf background
background-color: #ec7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7ccf; background: linear-gradient(135deg, #ec7ccf, #EC7C84);