#ec6f8b
a light, electric red · warm · closest name: salmon
RGB
236, 111, 139
HSL
347°, 77%, 68%
CMYK
0, 53, 41, 8
Luminance
0.3107
Every format
| HEX | #ec6f8b |
| RGB | rgb(236, 111, 139) |
| HSL | hsl(347, 77%, 68%) |
| CMYK | cmyk(0%, 53%, 41%, 8%) |
| LAB | lab(62.6 50.9 8.2) |
| LCH | lch(62.6 51.5 9.2) |
| OKLCH | oklch(0.697 0.156 8.0) |
Copy-ready code
/* CSS */
color: #ec6f8b;
background-color: #ec6f8b;
/* Tailwind (arbitrary) */
class="text-[#ec6f8b] bg-[#ec6f8b]"
/* SCSS */
$brand: #ec6f8b;
/* SwiftUI */
Color(red: 0.925, green: 0.435, blue: 0.545)
/* Android */
Color.parseColor("#ec6f8b")Accessibility — WCAG contrast
Aa
#ec6f8b on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6f8b on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green43.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow41.1%
Key (black)7.5%
Color previews
#ec6f8b text on a black background
contrast 7.21:1
Card sample
#ec6f8b text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6f8b;
Background color
Panel with #ec6f8b background
background-color: #ec6f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 111, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 111, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6f8b; background: linear-gradient(135deg, #ec6f8b, #ECA66F);