#f29dec
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 157, 236
HSL
304°, 77%, 78%
CMYK
0, 35, 3, 5
Luminance
0.4905
Every format
| HEX | #f29dec |
| RGB | rgb(242, 157, 236) |
| HSL | hsl(304, 77%, 78%) |
| CMYK | cmyk(0%, 35%, 3%, 5%) |
| LAB | lab(75.5 43.5 -26.8) |
| LCH | lch(75.5 51.1 328.4) |
| OKLCH | oklch(0.806 0.142 329.3) |
Copy-ready code
/* CSS */
color: #f29dec;
background-color: #f29dec;
/* Tailwind (arbitrary) */
class="text-[#f29dec] bg-[#f29dec]"
/* SCSS */
$brand: #f29dec;
/* SwiftUI */
Color(red: 0.949, green: 0.616, blue: 0.925)
/* Android */
Color.parseColor("#f29dec")Accessibility — WCAG contrast
Aa
#f29dec on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29dec on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green61.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow2.5%
Key (black)5.1%
Color previews
#f29dec text on a black background
contrast 10.81:1
Card sample
#f29dec text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29dec;
Background color
Panel with #f29dec background
background-color: #f29dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 157, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 157, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29dec; background: linear-gradient(135deg, #f29dec, #F29DB3);