#f29eb1
a light, electric red · warm · closest name: pink
RGB
242, 158, 177
HSL
346°, 76%, 78%
CMYK
0, 35, 27, 5
Luminance
0.4651
Every format
| HEX | #f29eb1 |
| RGB | rgb(242, 158, 177) |
| HSL | hsl(346, 76%, 78%) |
| CMYK | cmyk(0%, 35%, 27%, 5%) |
| LAB | lab(73.9 33.7 3.2) |
| LCH | lch(73.9 33.9 5.4) |
| OKLCH | oklch(0.788 0.102 4.9) |
Copy-ready code
/* CSS */
color: #f29eb1;
background-color: #f29eb1;
/* Tailwind (arbitrary) */
class="text-[#f29eb1] bg-[#f29eb1]"
/* SCSS */
$brand: #f29eb1;
/* SwiftUI */
Color(red: 0.949, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#f29eb1")Accessibility — WCAG contrast
Aa
#f29eb1 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29eb1 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow26.9%
Key (black)5.1%
Color previews
#f29eb1 text on a black background
contrast 10.30:1
Card sample
#f29eb1 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29eb1;
Background color
Panel with #f29eb1 background
background-color: #f29eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29eb1; background: linear-gradient(135deg, #f29eb1, #F2C39E);