#ec69cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
236, 105, 207
HSL
313°, 78%, 67%
CMYK
0, 56, 12, 8
Luminance
0.3244
Every format
| HEX | #ec69cf |
| RGB | rgb(236, 105, 207) |
| HSL | hsl(313, 78%, 67%) |
| CMYK | cmyk(0%, 56%, 12%, 8%) |
| LAB | lab(63.7 62.5 -28.9) |
| LCH | lch(63.7 68.8 335.2) |
| OKLCH | oklch(0.713 0.199 336.8) |
Copy-ready code
/* CSS */
color: #ec69cf;
background-color: #ec69cf;
/* Tailwind (arbitrary) */
class="text-[#ec69cf] bg-[#ec69cf]"
/* SCSS */
$brand: #ec69cf;
/* SwiftUI */
Color(red: 0.925, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#ec69cf")Accessibility — WCAG contrast
Aa
#ec69cf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec69cf on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green41.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow12.3%
Key (black)7.5%
Color previews
#ec69cf text on a black background
contrast 7.49:1
Card sample
#ec69cf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec69cf;
Background color
Panel with #ec69cf background
background-color: #ec69cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec69cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec69cf; background: linear-gradient(135deg, #ec69cf, #EC6978);