#f29fd7
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 159, 215
HSL
320°, 76%, 79%
CMYK
0, 34, 11, 5
Luminance
0.4858
Every format
| HEX | #f29fd7 |
| RGB | rgb(242, 159, 215) |
| HSL | hsl(320, 76%, 79%) |
| CMYK | cmyk(0%, 34%, 11%, 5%) |
| LAB | lab(75.2 38.9 -15.7) |
| LCH | lch(75.2 42.0 338.0) |
| OKLCH | oklch(0.801 0.121 339.7) |
Copy-ready code
/* CSS */
color: #f29fd7;
background-color: #f29fd7;
/* Tailwind (arbitrary) */
class="text-[#f29fd7] bg-[#f29fd7]"
/* SCSS */
$brand: #f29fd7;
/* SwiftUI */
Color(red: 0.949, green: 0.624, blue: 0.843)
/* Android */
Color.parseColor("#f29fd7")Accessibility — WCAG contrast
Aa
#f29fd7 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29fd7 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.4%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow11.2%
Key (black)5.1%
Color previews
#f29fd7 text on a black background
contrast 10.72:1
Card sample
#f29fd7 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29fd7;
Background color
Panel with #f29fd7 background
background-color: #f29fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 159, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 159, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29fd7; background: linear-gradient(135deg, #f29fd7, #F29FA0);