#fd9baf
a light, electric red · warm · closest name: pink
RGB
253, 155, 175
HSL
348°, 96%, 80%
CMYK
0, 39, 31, 1
Luminance
0.4742
Every format
| HEX | #fd9baf |
| RGB | rgb(253, 155, 175) |
| HSL | hsl(348, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 31%, 1%) |
| LAB | lab(74.5 38.9 5.3) |
| LCH | lch(74.5 39.3 7.8) |
| OKLCH | oklch(0.795 0.119 6.9) |
Copy-ready code
/* CSS */
color: #fd9baf;
background-color: #fd9baf;
/* Tailwind (arbitrary) */
class="text-[#fd9baf] bg-[#fd9baf]"
/* SCSS */
$brand: #fd9baf;
/* SwiftUI */
Color(red: 0.992, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#fd9baf")Accessibility — WCAG contrast
Aa
#fd9baf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9baf on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow30.8%
Key (black)0.8%
Color previews
#fd9baf text on a black background
contrast 10.48:1
Card sample
#fd9baf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9baf;
Background color
Panel with #fd9baf background
background-color: #fd9baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9baf; background: linear-gradient(135deg, #fd9baf, #FDC89B);