#f498ba
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 152, 186
HSL
338°, 81%, 78%
CMYK
0, 38, 24, 4
Luminance
0.4523
Every format
| HEX | #f498ba |
| RGB | rgb(244, 152, 186) |
| HSL | hsl(338, 81%, 78%) |
| CMYK | cmyk(0%, 38%, 24%, 4%) |
| LAB | lab(73.0 38.8 -3.0) |
| LCH | lch(73.0 38.9 355.7) |
| OKLCH | oklch(0.783 0.117 356.4) |
Copy-ready code
/* CSS */
color: #f498ba;
background-color: #f498ba;
/* Tailwind (arbitrary) */
class="text-[#f498ba] bg-[#f498ba]"
/* SCSS */
$brand: #f498ba;
/* SwiftUI */
Color(red: 0.957, green: 0.596, blue: 0.729)
/* Android */
Color.parseColor("#f498ba")Accessibility — WCAG contrast
Aa
#f498ba on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f498ba on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green59.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow23.8%
Key (black)4.3%
Color previews
#f498ba text on a black background
contrast 10.05:1
Card sample
#f498ba text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f498ba;
Background color
Panel with #f498ba background
background-color: #f498ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f498ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 152, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 152, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f498ba; background: linear-gradient(135deg, #f498ba, #F4B398);