#f4929d
a light, electric red · warm · closest name: pink
RGB
244, 146, 157
HSL
353°, 82%, 77%
CMYK
0, 40, 36, 4
Luminance
0.4223
Every format
| HEX | #f4929d |
| RGB | rgb(244, 146, 157) |
| HSL | hsl(353, 82%, 77%) |
| CMYK | cmyk(0%, 40%, 36%, 4%) |
| LAB | lab(71.0 38.2 10.2) |
| LCH | lch(71.0 39.5 15.0) |
| OKLCH | oklch(0.765 0.119 13.0) |
Copy-ready code
/* CSS */
color: #f4929d;
background-color: #f4929d;
/* Tailwind (arbitrary) */
class="text-[#f4929d] bg-[#f4929d]"
/* SCSS */
$brand: #f4929d;
/* SwiftUI */
Color(red: 0.957, green: 0.573, blue: 0.616)
/* Android */
Color.parseColor("#f4929d")Accessibility — WCAG contrast
Aa
#f4929d on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4929d on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green57.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow35.7%
Key (black)4.3%
Color previews
#f4929d text on a black background
contrast 9.45:1
Card sample
#f4929d text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4929d;
Background color
Panel with #f4929d background
background-color: #f4929d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4929d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 146, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 146, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4929d; background: linear-gradient(135deg, #f4929d, #F4C892);