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