#ec5cbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 92, 191
HSL
319°, 79%, 64%
CMYK
0, 61, 19, 8
Luminance
0.2925
Every format
| HEX | #ec5cbf |
| RGB | rgb(236, 92, 191) |
| HSL | hsl(319, 79%, 64%) |
| CMYK | cmyk(0%, 61%, 19%, 8%) |
| LAB | lab(61.0 65.8 -24.0) |
| LCH | lch(61.0 70.0 340.0) |
| OKLCH | oklch(0.691 0.206 341.9) |
Copy-ready code
/* CSS */
color: #ec5cbf;
background-color: #ec5cbf;
/* Tailwind (arbitrary) */
class="text-[#ec5cbf] bg-[#ec5cbf]"
/* SCSS */
$brand: #ec5cbf;
/* SwiftUI */
Color(red: 0.925, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#ec5cbf")Accessibility — WCAG contrast
Aa
#ec5cbf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec5cbf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow19.1%
Key (black)7.5%
Color previews
#ec5cbf text on a black background
contrast 6.85:1
Card sample
#ec5cbf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5cbf;
Background color
Panel with #ec5cbf background
background-color: #ec5cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5cbf; background: linear-gradient(135deg, #ec5cbf, #EC5C5F);