#f29ace
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 154, 206
HSL
325°, 77%, 78%
CMYK
0, 36, 15, 5
Luminance
0.4644
Every format
| HEX | #f29ace |
| RGB | rgb(242, 154, 206) |
| HSL | hsl(325, 77%, 78%) |
| CMYK | cmyk(0%, 36%, 15%, 5%) |
| LAB | lab(73.8 40.1 -12.8) |
| LCH | lch(73.8 42.1 342.2) |
| OKLCH | oklch(0.790 0.123 344.0) |
Copy-ready code
/* CSS */
color: #f29ace;
background-color: #f29ace;
/* Tailwind (arbitrary) */
class="text-[#f29ace] bg-[#f29ace]"
/* SCSS */
$brand: #f29ace;
/* SwiftUI */
Color(red: 0.949, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#f29ace")Accessibility — WCAG contrast
Aa
#f29ace on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29ace on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow14.9%
Key (black)5.1%
Color previews
#f29ace text on a black background
contrast 10.29:1
Card sample
#f29ace text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29ace;
Background color
Panel with #f29ace background
background-color: #f29ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29ace; background: linear-gradient(135deg, #f29ace, #F2A09A);