#e1908f
a light, vivid red · warm · closest name: pink
RGB
225, 144, 143
HSL
1°, 58%, 72%
CMYK
0, 36, 36, 12
Luminance
0.3794
Every format
| HEX | #e1908f |
| RGB | rgb(225, 144, 143) |
| HSL | hsl(1, 58%, 72%) |
| CMYK | cmyk(0%, 36%, 36%, 12%) |
| LAB | lab(68.0 30.6 13.4) |
| LCH | lch(68.0 33.4 23.7) |
| OKLCH | oklch(0.736 0.099 20.5) |
Copy-ready code
/* CSS */
color: #e1908f;
background-color: #e1908f;
/* Tailwind (arbitrary) */
class="text-[#e1908f] bg-[#e1908f]"
/* SCSS */
$brand: #e1908f;
/* SwiftUI */
Color(red: 0.882, green: 0.565, blue: 0.561)
/* Android */
Color.parseColor("#e1908f")Accessibility — WCAG contrast
Aa
#e1908f on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1908f on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green56.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow36.4%
Key (black)11.8%
Color previews
#e1908f text on a black background
contrast 8.59:1
Card sample
#e1908f text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1908f;
Background color
Panel with #e1908f background
background-color: #e1908f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1908f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 144, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 144, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1908f; background: linear-gradient(135deg, #e1908f, #E1C78F);