#f29bdf
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 155, 223
HSL
313°, 77%, 78%
CMYK
0, 36, 8, 5
Luminance
0.4765
Every format
| HEX | #f29bdf |
| RGB | rgb(242, 155, 223) |
| HSL | hsl(313, 77%, 78%) |
| CMYK | cmyk(0%, 36%, 8%, 5%) |
| LAB | lab(74.6 42.3 -21.0) |
| LCH | lch(74.6 47.2 333.6) |
| OKLCH | oklch(0.798 0.134 335.1) |
Copy-ready code
/* CSS */
color: #f29bdf;
background-color: #f29bdf;
/* Tailwind (arbitrary) */
class="text-[#f29bdf] bg-[#f29bdf]"
/* SCSS */
$brand: #f29bdf;
/* SwiftUI */
Color(red: 0.949, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#f29bdf")Accessibility — WCAG contrast
Aa
#f29bdf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29bdf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow7.9%
Key (black)5.1%
Color previews
#f29bdf text on a black background
contrast 10.53:1
Card sample
#f29bdf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29bdf;
Background color
Panel with #f29bdf background
background-color: #f29bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29bdf; background: linear-gradient(135deg, #f29bdf, #F29BA5);