#ec6f9b
a light, electric magenta / pink · warm · closest name: salmon
RGB
236, 111, 155
HSL
339°, 77%, 68%
CMYK
0, 53, 34, 8
Luminance
0.3157
Every format
| HEX | #ec6f9b |
| RGB | rgb(236, 111, 155) |
| HSL | hsl(339, 77%, 68%) |
| CMYK | cmyk(0%, 53%, 34%, 8%) |
| LAB | lab(63.0 52.6 -0.4) |
| LCH | lch(63.0 52.6 359.6) |
| OKLCH | oklch(0.702 0.160 359.9) |
Copy-ready code
/* CSS */
color: #ec6f9b;
background-color: #ec6f9b;
/* Tailwind (arbitrary) */
class="text-[#ec6f9b] bg-[#ec6f9b]"
/* SCSS */
$brand: #ec6f9b;
/* SwiftUI */
Color(red: 0.925, green: 0.435, blue: 0.608)
/* Android */
Color.parseColor("#ec6f9b")Accessibility — WCAG contrast
Aa
#ec6f9b on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6f9b on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green43.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow34.3%
Key (black)7.5%
Color previews
#ec6f9b text on a black background
contrast 7.31:1
Card sample
#ec6f9b text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6f9b;
Background color
Panel with #ec6f9b background
background-color: #ec6f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 111, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 111, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6f9b; background: linear-gradient(135deg, #ec6f9b, #EC966F);