#e9727b
a light, vivid red · warm · closest name: salmon
RGB
233, 114, 123
HSL
356°, 73%, 68%
CMYK
0, 51, 47, 9
Luminance
0.3079
Every format
| HEX | #e9727b |
| RGB | rgb(233, 114, 123) |
| HSL | hsl(356, 73%, 68%) |
| CMYK | cmyk(0%, 51%, 47%, 9%) |
| LAB | lab(62.3 46.8 17.0) |
| LCH | lch(62.3 49.8 19.9) |
| OKLCH | oklch(0.693 0.147 17.0) |
Copy-ready code
/* CSS */
color: #e9727b;
background-color: #e9727b;
/* Tailwind (arbitrary) */
class="text-[#e9727b] bg-[#e9727b]"
/* SCSS */
$brand: #e9727b;
/* SwiftUI */
Color(red: 0.914, green: 0.447, blue: 0.482)
/* Android */
Color.parseColor("#e9727b")Accessibility — WCAG contrast
Aa
#e9727b on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9727b on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green44.7%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow47.2%
Key (black)8.6%
Color previews
#e9727b text on a black background
contrast 7.16:1
Card sample
#e9727b text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9727b;
Background color
Panel with #e9727b background
background-color: #e9727b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9727b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 114, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 114, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9727b; background: linear-gradient(135deg, #e9727b, #E9B872);