#fd97b3
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 151, 179
HSL
344°, 96%, 79%
CMYK
0, 40, 29, 1
Luminance
0.4627
Every format
| HEX | #fd97b3 |
| RGB | rgb(253, 151, 179) |
| HSL | hsl(344, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 29%, 1%) |
| LAB | lab(73.7 41.5 2.0) |
| LCH | lch(73.7 41.5 2.8) |
| OKLCH | oklch(0.790 0.126 2.7) |
Copy-ready code
/* CSS */
color: #fd97b3;
background-color: #fd97b3;
/* Tailwind (arbitrary) */
class="text-[#fd97b3] bg-[#fd97b3]"
/* SCSS */
$brand: #fd97b3;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.702)
/* Android */
Color.parseColor("#fd97b3")Accessibility — WCAG contrast
Aa
#fd97b3 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd97b3 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow29.2%
Key (black)0.8%
Color previews
#fd97b3 text on a black background
contrast 10.25:1
Card sample
#fd97b3 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd97b3;
Background color
Panel with #fd97b3 background
background-color: #fd97b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd97b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd97b3; background: linear-gradient(135deg, #fd97b3, #FDBF97);