#e9677d
a light, vivid red · warm · closest name: salmon
RGB
233, 103, 125
HSL
350°, 75%, 66%
CMYK
0, 56, 46, 9
Luminance
0.2850
Every format
| HEX | #e9677d |
| RGB | rgb(233, 103, 125) |
| HSL | hsl(350, 75%, 66%) |
| CMYK | cmyk(0%, 56%, 46%, 9%) |
| LAB | lab(60.4 52.2 13.1) |
| LCH | lch(60.4 53.9 14.0) |
| OKLCH | oklch(0.678 0.162 12.0) |
Copy-ready code
/* CSS */
color: #e9677d;
background-color: #e9677d;
/* Tailwind (arbitrary) */
class="text-[#e9677d] bg-[#e9677d]"
/* SCSS */
$brand: #e9677d;
/* SwiftUI */
Color(red: 0.914, green: 0.404, blue: 0.490)
/* Android */
Color.parseColor("#e9677d")Accessibility — WCAG contrast
Aa
#e9677d on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e9677d on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green40.4%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow46.4%
Key (black)8.6%
Color previews
#e9677d text on a black background
contrast 6.70:1
Card sample
#e9677d text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9677d;
Background color
Panel with #e9677d background
background-color: #e9677d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9677d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 103, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 103, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9677d; background: linear-gradient(135deg, #e9677d, #E9A867);