#f29baf
a light, electric red · warm · closest name: pink
RGB
242, 155, 175
HSL
346°, 77%, 78%
CMYK
0, 36, 28, 5
Luminance
0.4542
Every format
| HEX | #f29baf |
| RGB | rgb(242, 155, 175) |
| HSL | hsl(346, 77%, 78%) |
| CMYK | cmyk(0%, 36%, 28%, 5%) |
| LAB | lab(73.2 35.0 3.3) |
| LCH | lch(73.2 35.2 5.3) |
| OKLCH | oklch(0.782 0.106 4.9) |
Copy-ready code
/* CSS */
color: #f29baf;
background-color: #f29baf;
/* Tailwind (arbitrary) */
class="text-[#f29baf] bg-[#f29baf]"
/* SCSS */
$brand: #f29baf;
/* SwiftUI */
Color(red: 0.949, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#f29baf")Accessibility — WCAG contrast
Aa
#f29baf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29baf on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow27.7%
Key (black)5.1%
Color previews
#f29baf text on a black background
contrast 10.08:1
Card sample
#f29baf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29baf;
Background color
Panel with #f29baf background
background-color: #f29baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29baf; background: linear-gradient(135deg, #f29baf, #F2C19B);