#f29df1
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 157, 241
HSL
301°, 77%, 78%
CMYK
0, 35, 0, 5
Luminance
0.4934
Every format
| HEX | #f29df1 |
| RGB | rgb(242, 157, 241) |
| HSL | hsl(301, 77%, 78%) |
| CMYK | cmyk(0%, 35%, 0%, 5%) |
| LAB | lab(75.7 44.4 -29.2) |
| LCH | lch(75.7 53.1 326.7) |
| OKLCH | oklch(0.808 0.146 327.2) |
Copy-ready code
/* CSS */
color: #f29df1;
background-color: #f29df1;
/* Tailwind (arbitrary) */
class="text-[#f29df1] bg-[#f29df1]"
/* SCSS */
$brand: #f29df1;
/* SwiftUI */
Color(red: 0.949, green: 0.616, blue: 0.945)
/* Android */
Color.parseColor("#f29df1")Accessibility — WCAG contrast
Aa
#f29df1 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29df1 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green61.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow0.4%
Key (black)5.1%
Color previews
#f29df1 text on a black background
contrast 10.87:1
Card sample
#f29df1 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29df1;
Background color
Panel with #f29df1 background
background-color: #f29df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 157, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 157, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29df1; background: linear-gradient(135deg, #f29df1, #F29DB8);