#e56f7c
a light, vivid red · warm · closest name: salmon
RGB
229, 111, 124
HSL
353°, 69%, 67%
CMYK
0, 52, 46, 10
Luminance
0.2948
Every format
| HEX | #e56f7c |
| RGB | rgb(229, 111, 124) |
| HSL | hsl(353, 69%, 67%) |
| CMYK | cmyk(0%, 52%, 46%, 10%) |
| LAB | lab(61.2 47.0 14.8) |
| LCH | lch(61.2 49.2 17.5) |
| OKLCH | oklch(0.684 0.147 14.9) |
Copy-ready code
/* CSS */
color: #e56f7c;
background-color: #e56f7c;
/* Tailwind (arbitrary) */
class="text-[#e56f7c] bg-[#e56f7c]"
/* SCSS */
$brand: #e56f7c;
/* SwiftUI */
Color(red: 0.898, green: 0.435, blue: 0.486)
/* Android */
Color.parseColor("#e56f7c")Accessibility — WCAG contrast
Aa
#e56f7c on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e56f7c on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green43.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow45.9%
Key (black)10.2%
Color previews
#e56f7c text on a black background
contrast 6.90:1
Card sample
#e56f7c text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e56f7c;
Background color
Panel with #e56f7c background
background-color: #e56f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e56f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 111, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 111, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e56f7c; background: linear-gradient(135deg, #e56f7c, #E5B16F);