#e38290
a light, vivid red · warm · closest name: salmon
RGB
227, 130, 144
HSL
351°, 63%, 70%
CMYK
0, 43, 37, 11
Luminance
0.3431
Every format
| HEX | #e38290 |
| RGB | rgb(227, 130, 144) |
| HSL | hsl(351, 63%, 70%) |
| CMYK | cmyk(0%, 43%, 37%, 11%) |
| LAB | lab(65.2 38.8 8.9) |
| LCH | lch(65.2 39.8 13.0) |
| OKLCH | oklch(0.715 0.120 11.3) |
Copy-ready code
/* CSS */
color: #e38290;
background-color: #e38290;
/* Tailwind (arbitrary) */
class="text-[#e38290] bg-[#e38290]"
/* SCSS */
$brand: #e38290;
/* SwiftUI */
Color(red: 0.890, green: 0.510, blue: 0.565)
/* Android */
Color.parseColor("#e38290")Accessibility — WCAG contrast
Aa
#e38290 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e38290 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green51.0%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow36.6%
Key (black)11.0%
Color previews
#e38290 text on a black background
contrast 7.86:1
Card sample
#e38290 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e38290;
Background color
Panel with #e38290 background
background-color: #e38290;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e38290;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 130, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 130, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e38290; background: linear-gradient(135deg, #e38290, #E3B582);