#e397b3
a light, vivid magenta / pink · warm · closest name: pink
RGB
227, 151, 179
HSL
338°, 58%, 74%
CMYK
0, 34, 21, 11
Luminance
0.4172
Every format
| HEX | #e397b3 |
| RGB | rgb(227, 151, 179) |
| HSL | hsl(338, 58%, 74%) |
| CMYK | cmyk(0%, 34%, 21%, 11%) |
| LAB | lab(70.7 32.4 -2.8) |
| LCH | lch(70.7 32.5 355.1) |
| OKLCH | oklch(0.760 0.097 355.9) |
Copy-ready code
/* CSS */
color: #e397b3;
background-color: #e397b3;
/* Tailwind (arbitrary) */
class="text-[#e397b3] bg-[#e397b3]"
/* SCSS */
$brand: #e397b3;
/* SwiftUI */
Color(red: 0.890, green: 0.592, blue: 0.702)
/* Android */
Color.parseColor("#e397b3")Accessibility — WCAG contrast
Aa
#e397b3 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e397b3 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green59.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow21.1%
Key (black)11.0%
Color previews
#e397b3 text on a black background
contrast 9.34:1
Card sample
#e397b3 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e397b3;
Background color
Panel with #e397b3 background
background-color: #e397b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e397b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 151, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 151, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e397b3; background: linear-gradient(135deg, #e397b3, #E3AE97);