#f29af7
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 154, 247
HSL
297°, 85%, 79%
CMYK
2, 38, 0, 3
Luminance
0.4870
Every format
| HEX | #f29af7 |
| RGB | rgb(242, 154, 247) |
| HSL | hsl(297, 85%, 79%) |
| CMYK | cmyk(2%, 38%, 0%, 3%) |
| LAB | lab(75.3 47.0 -33.0) |
| LCH | lch(75.3 57.5 324.9) |
| OKLCH | oklch(0.806 0.157 325.0) |
Copy-ready code
/* CSS */
color: #f29af7;
background-color: #f29af7;
/* Tailwind (arbitrary) */
class="text-[#f29af7] bg-[#f29af7]"
/* SCSS */
$brand: #f29af7;
/* SwiftUI */
Color(red: 0.949, green: 0.604, blue: 0.969)
/* Android */
Color.parseColor("#f29af7")Accessibility — WCAG contrast
Aa
#f29af7 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29af7 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.4%
Blue96.9%
CMYK percentages
Cyan2.0%
Magenta37.7%
Yellow0.0%
Key (black)3.1%
Color previews
#f29af7 text on a black background
contrast 10.74:1
Card sample
#f29af7 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29af7;
Background color
Panel with #f29af7 background
background-color: #f29af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 154, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 154, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29af7; background: linear-gradient(135deg, #f29af7, #F79ABE);