#f29eee
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 158, 238
HSL
303°, 76%, 78%
CMYK
0, 35, 2, 5
Luminance
0.4950
Every format
| HEX | #f29eee |
| RGB | rgb(242, 158, 238) |
| HSL | hsl(303, 76%, 78%) |
| CMYK | cmyk(0%, 35%, 2%, 5%) |
| LAB | lab(75.8 43.3 -27.4) |
| LCH | lch(75.8 51.3 327.7) |
| OKLCH | oklch(0.808 0.142 328.4) |
Copy-ready code
/* CSS */
color: #f29eee;
background-color: #f29eee;
/* Tailwind (arbitrary) */
class="text-[#f29eee] bg-[#f29eee]"
/* SCSS */
$brand: #f29eee;
/* SwiftUI */
Color(red: 0.949, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#f29eee")Accessibility — WCAG contrast
Aa
#f29eee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29eee on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow1.7%
Key (black)5.1%
Color previews
#f29eee text on a black background
contrast 10.90:1
Card sample
#f29eee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29eee;
Background color
Panel with #f29eee background
background-color: #f29eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29eee; background: linear-gradient(135deg, #f29eee, #F29EB6);