#ec7ecf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
236, 126, 207
HSL
316°, 74%, 71%
CMYK
0, 47, 12, 8
Luminance
0.3726
Every format
| HEX | #ec7ecf |
| RGB | rgb(236, 126, 207) |
| HSL | hsl(316, 74%, 71%) |
| CMYK | cmyk(0%, 47%, 12%, 8%) |
| LAB | lab(67.5 52.6 -23.1) |
| LCH | lch(67.5 57.4 336.3) |
| OKLCH | oklch(0.741 0.166 338.0) |
Copy-ready code
/* CSS */
color: #ec7ecf;
background-color: #ec7ecf;
/* Tailwind (arbitrary) */
class="text-[#ec7ecf] bg-[#ec7ecf]"
/* SCSS */
$brand: #ec7ecf;
/* SwiftUI */
Color(red: 0.925, green: 0.494, blue: 0.812)
/* Android */
Color.parseColor("#ec7ecf")Accessibility — WCAG contrast
Aa
#ec7ecf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7ecf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green49.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow12.3%
Key (black)7.5%
Color previews
#ec7ecf text on a black background
contrast 8.45:1
Card sample
#ec7ecf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7ecf;
Background color
Panel with #ec7ecf background
background-color: #ec7ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 126, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 126, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7ecf; background: linear-gradient(135deg, #ec7ecf, #EC7E86);