#f29cba
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 156, 186
HSL
339°, 77%, 78%
CMYK
0, 36, 23, 5
Luminance
0.4620
Every format
| HEX | #f29cba |
| RGB | rgb(242, 156, 186) |
| HSL | hsl(339, 77%, 78%) |
| CMYK | cmyk(0%, 36%, 23%, 5%) |
| LAB | lab(73.7 36.0 -2.1) |
| LCH | lch(73.7 36.1 356.7) |
| OKLCH | oklch(0.787 0.108 357.4) |
Copy-ready code
/* CSS */
color: #f29cba;
background-color: #f29cba;
/* Tailwind (arbitrary) */
class="text-[#f29cba] bg-[#f29cba]"
/* SCSS */
$brand: #f29cba;
/* SwiftUI */
Color(red: 0.949, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#f29cba")Accessibility — WCAG contrast
Aa
#f29cba on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29cba on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green61.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow23.1%
Key (black)5.1%
Color previews
#f29cba text on a black background
contrast 10.24:1
Card sample
#f29cba text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29cba;
Background color
Panel with #f29cba background
background-color: #f29cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29cba; background: linear-gradient(135deg, #f29cba, #F2B79C);