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