#f29acf
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 154, 207
HSL
324°, 77%, 78%
CMYK
0, 36, 15, 5
Luminance
0.4649
Every format
| HEX | #f29acf |
| RGB | rgb(242, 154, 207) |
| HSL | hsl(324, 77%, 78%) |
| CMYK | cmyk(0%, 36%, 15%, 5%) |
| LAB | lab(73.9 40.2 -13.3) |
| LCH | lch(73.9 42.4 341.6) |
| OKLCH | oklch(0.791 0.123 343.4) |
Copy-ready code
/* CSS */
color: #f29acf;
background-color: #f29acf;
/* Tailwind (arbitrary) */
class="text-[#f29acf] bg-[#f29acf]"
/* SCSS */
$brand: #f29acf;
/* SwiftUI */
Color(red: 0.949, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#f29acf")Accessibility — WCAG contrast
Aa
#f29acf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29acf on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow14.5%
Key (black)5.1%
Color previews
#f29acf text on a black background
contrast 10.30:1
Card sample
#f29acf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29acf;
Background color
Panel with #f29acf background
background-color: #f29acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29acf; background: linear-gradient(135deg, #f29acf, #F2A09A);