#fd98ba
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 152, 186
HSL
340°, 96%, 79%
CMYK
0, 40, 27, 1
Luminance
0.4688
Every format
| HEX | #fd98ba |
| RGB | rgb(253, 152, 186) |
| HSL | hsl(340, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 27%, 1%) |
| LAB | lab(74.1 41.9 -1.3) |
| LCH | lch(74.1 41.9 358.3) |
| OKLCH | oklch(0.793 0.127 358.8) |
Copy-ready code
/* CSS */
color: #fd98ba;
background-color: #fd98ba;
/* Tailwind (arbitrary) */
class="text-[#fd98ba] bg-[#fd98ba]"
/* SCSS */
$brand: #fd98ba;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.729)
/* Android */
Color.parseColor("#fd98ba")Accessibility — WCAG contrast
Aa
#fd98ba on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd98ba on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow26.5%
Key (black)0.8%
Color previews
#fd98ba text on a black background
contrast 10.38:1
Card sample
#fd98ba text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd98ba;
Background color
Panel with #fd98ba background
background-color: #fd98ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd98ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd98ba; background: linear-gradient(135deg, #fd98ba, #FDB998);