#ec79cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
236, 121, 207
HSL
315°, 75%, 70%
CMYK
0, 49, 12, 8
Luminance
0.3601
Every format
| HEX | #ec79cf |
| RGB | rgb(236, 121, 207) |
| HSL | hsl(315, 75%, 70%) |
| CMYK | cmyk(0%, 49%, 12%, 8%) |
| LAB | lab(66.5 55.0 -24.5) |
| LCH | lch(66.5 60.2 336.0) |
| OKLCH | oklch(0.734 0.174 337.7) |
Copy-ready code
/* CSS */
color: #ec79cf;
background-color: #ec79cf;
/* Tailwind (arbitrary) */
class="text-[#ec79cf] bg-[#ec79cf]"
/* SCSS */
$brand: #ec79cf;
/* SwiftUI */
Color(red: 0.925, green: 0.475, blue: 0.812)
/* Android */
Color.parseColor("#ec79cf")Accessibility — WCAG contrast
Aa
#ec79cf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec79cf on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green47.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta48.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ec79cf text on a black background
contrast 8.20:1
Card sample
#ec79cf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec79cf;
Background color
Panel with #ec79cf background
background-color: #ec79cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec79cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 121, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 121, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec79cf; background: linear-gradient(135deg, #ec79cf, #EC7982);