#f899ba
a light, electric magenta / pink · warm · closest name: pink
RGB
248, 153, 186
HSL
339°, 87%, 79%
CMYK
0, 38, 25, 3
Luminance
0.4628
Every format
| HEX | #f899ba |
| RGB | rgb(248, 153, 186) |
| HSL | hsl(339, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 25%, 3%) |
| LAB | lab(73.7 39.7 -1.9) |
| LCH | lch(73.7 39.7 357.3) |
| OKLCH | oklch(0.789 0.120 357.9) |
Copy-ready code
/* CSS */
color: #f899ba;
background-color: #f899ba;
/* Tailwind (arbitrary) */
class="text-[#f899ba] bg-[#f899ba]"
/* SCSS */
$brand: #f899ba;
/* SwiftUI */
Color(red: 0.973, green: 0.600, blue: 0.729)
/* Android */
Color.parseColor("#f899ba")Accessibility — WCAG contrast
Aa
#f899ba on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f899ba on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow25.0%
Key (black)2.7%
Color previews
#f899ba text on a black background
contrast 10.26:1
Card sample
#f899ba text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f899ba;
Background color
Panel with #f899ba background
background-color: #f899ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f899ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 153, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 153, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f899ba; background: linear-gradient(135deg, #f899ba, #F8B799);