#ec6cba
a light, electric magenta / pink · warm · closest name: orchid
RGB
236, 108, 186
HSL
323°, 77%, 68%
CMYK
0, 54, 21, 8
Luminance
0.3210
Every format
| HEX | #ec6cba |
| RGB | rgb(236, 108, 186) |
| HSL | hsl(323, 77%, 68%) |
| CMYK | cmyk(0%, 54%, 21%, 8%) |
| LAB | lab(63.4 58.0 -17.4) |
| LCH | lch(63.4 60.6 343.3) |
| OKLCH | oklch(0.708 0.180 345.1) |
Copy-ready code
/* CSS */
color: #ec6cba;
background-color: #ec6cba;
/* Tailwind (arbitrary) */
class="text-[#ec6cba] bg-[#ec6cba]"
/* SCSS */
$brand: #ec6cba;
/* SwiftUI */
Color(red: 0.925, green: 0.424, blue: 0.729)
/* Android */
Color.parseColor("#ec6cba")Accessibility — WCAG contrast
Aa
#ec6cba on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6cba on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow21.2%
Key (black)7.5%
Color previews
#ec6cba text on a black background
contrast 7.42:1
Card sample
#ec6cba text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6cba;
Background color
Panel with #ec6cba background
background-color: #ec6cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 108, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 108, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6cba; background: linear-gradient(135deg, #ec6cba, #EC736C);