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