#f29fef
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 159, 239
HSL
302°, 76%, 79%
CMYK
0, 34, 1, 5
Luminance
0.4991
Every format
| HEX | #f29fef |
| RGB | rgb(242, 159, 239) |
| HSL | hsl(302, 76%, 79%) |
| CMYK | cmyk(0%, 34%, 1%, 5%) |
| LAB | lab(76.0 43.0 -27.6) |
| LCH | lch(76.0 51.1 327.3) |
| OKLCH | oklch(0.810 0.141 328.0) |
Copy-ready code
/* CSS */
color: #f29fef;
background-color: #f29fef;
/* Tailwind (arbitrary) */
class="text-[#f29fef] bg-[#f29fef]"
/* SCSS */
$brand: #f29fef;
/* SwiftUI */
Color(red: 0.949, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#f29fef")Accessibility — WCAG contrast
Aa
#f29fef on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29fef on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow1.2%
Key (black)5.1%
Color previews
#f29fef text on a black background
contrast 10.98:1
Card sample
#f29fef text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29fef;
Background color
Panel with #f29fef background
background-color: #f29fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29fef; background: linear-gradient(135deg, #f29fef, #F29FB8);