#f291a9
a light, electric red · warm · closest name: pink
RGB
242, 145, 169
HSL
345°, 79%, 76%
CMYK
0, 40, 30, 5
Luminance
0.4199
Every format
| HEX | #f291a9 |
| RGB | rgb(242, 145, 169) |
| HSL | hsl(345, 79%, 76%) |
| CMYK | cmyk(0%, 40%, 30%, 5%) |
| LAB | lab(70.9 39.4 3.3) |
| LCH | lch(70.9 39.6 4.7) |
| OKLCH | oklch(0.764 0.120 4.3) |
Copy-ready code
/* CSS */
color: #f291a9;
background-color: #f291a9;
/* Tailwind (arbitrary) */
class="text-[#f291a9] bg-[#f291a9]"
/* SCSS */
$brand: #f291a9;
/* SwiftUI */
Color(red: 0.949, green: 0.569, blue: 0.663)
/* Android */
Color.parseColor("#f291a9")Accessibility — WCAG contrast
Aa
#f291a9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f291a9 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.9%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow30.2%
Key (black)5.1%
Color previews
#f291a9 text on a black background
contrast 9.40:1
Card sample
#f291a9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f291a9;
Background color
Panel with #f291a9 background
background-color: #f291a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f291a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 145, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 145, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f291a9; background: linear-gradient(135deg, #f291a9, #F2BA91);