#e36b67
a balanced, vivid red · warm · closest name: salmon
RGB
227, 107, 103
HSL
2°, 69%, 65%
CMYK
0, 53, 55, 11
Luminance
0.2783
Every format
| HEX | #e36b67 |
| RGB | rgb(227, 107, 103) |
| HSL | hsl(2, 69%, 65%) |
| CMYK | cmyk(0%, 53%, 55%, 11%) |
| LAB | lab(59.7 46.3 24.8) |
| LCH | lch(59.7 52.5 28.1) |
| OKLCH | oklch(0.671 0.150 23.9) |
Copy-ready code
/* CSS */
color: #e36b67;
background-color: #e36b67;
/* Tailwind (arbitrary) */
class="text-[#e36b67] bg-[#e36b67]"
/* SCSS */
$brand: #e36b67;
/* SwiftUI */
Color(red: 0.890, green: 0.420, blue: 0.404)
/* Android */
Color.parseColor("#e36b67")Accessibility — WCAG contrast
Aa
#e36b67 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e36b67 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green42.0%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow54.6%
Key (black)11.0%
Color previews
#e36b67 text on a black background
contrast 6.57:1
Card sample
#e36b67 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e36b67;
Background color
Panel with #e36b67 background
background-color: #e36b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e36b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 107, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 107, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e36b67; background: linear-gradient(135deg, #e36b67, #E3BE67);