#f29abc
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 154, 188
HSL
337°, 77%, 78%
CMYK
0, 36, 22, 5
Luminance
0.4562
Every format
| HEX | #f29abc |
| RGB | rgb(242, 154, 188) |
| HSL | hsl(337, 77%, 78%) |
| CMYK | cmyk(0%, 36%, 22%, 5%) |
| LAB | lab(73.3 37.4 -3.7) |
| LCH | lch(73.3 37.5 354.3) |
| OKLCH | oklch(0.784 0.113 355.3) |
Copy-ready code
/* CSS */
color: #f29abc;
background-color: #f29abc;
/* Tailwind (arbitrary) */
class="text-[#f29abc] bg-[#f29abc]"
/* SCSS */
$brand: #f29abc;
/* SwiftUI */
Color(red: 0.949, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#f29abc")Accessibility — WCAG contrast
Aa
#f29abc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29abc on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow22.3%
Key (black)5.1%
Color previews
#f29abc text on a black background
contrast 10.12:1
Card sample
#f29abc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29abc;
Background color
Panel with #f29abc background
background-color: #f29abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29abc; background: linear-gradient(135deg, #f29abc, #F2B29A);