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