#f296ba
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 150, 186
HSL
337°, 78%, 77%
CMYK
0, 38, 23, 5
Luminance
0.4424
Every format
| HEX | #f296ba |
| RGB | rgb(242, 150, 186) |
| HSL | hsl(337, 78%, 77%) |
| CMYK | cmyk(0%, 38%, 23%, 5%) |
| LAB | lab(72.4 39.1 -4.0) |
| LCH | lch(72.4 39.4 354.2) |
| OKLCH | oklch(0.777 0.118 355.2) |
Copy-ready code
/* CSS */
color: #f296ba;
background-color: #f296ba;
/* Tailwind (arbitrary) */
class="text-[#f296ba] bg-[#f296ba]"
/* SCSS */
$brand: #f296ba;
/* SwiftUI */
Color(red: 0.949, green: 0.588, blue: 0.729)
/* Android */
Color.parseColor("#f296ba")Accessibility — WCAG contrast
Aa
#f296ba on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f296ba on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green58.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow23.1%
Key (black)5.1%
Color previews
#f296ba text on a black background
contrast 9.85:1
Card sample
#f296ba text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f296ba;
Background color
Panel with #f296ba background
background-color: #f296ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f296ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 150, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 150, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f296ba; background: linear-gradient(135deg, #f296ba, #F2AF96);