#fd8baf
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 139, 175
HSL
341°, 97%, 77%
CMYK
0, 45, 31, 1
Luminance
0.4244
Every format
| HEX | #fd8baf |
| RGB | rgb(253, 139, 175) |
| HSL | hsl(341, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 31%, 1%) |
| LAB | lab(71.2 47.1 0.6) |
| LCH | lch(71.2 47.1 0.7) |
| OKLCH | oklch(0.770 0.143 0.8) |
Copy-ready code
/* CSS */
color: #fd8baf;
background-color: #fd8baf;
/* Tailwind (arbitrary) */
class="text-[#fd8baf] bg-[#fd8baf]"
/* SCSS */
$brand: #fd8baf;
/* SwiftUI */
Color(red: 0.992, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#fd8baf")Accessibility — WCAG contrast
Aa
#fd8baf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8baf on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow30.8%
Key (black)0.8%
Color previews
#fd8baf text on a black background
contrast 9.49:1
Card sample
#fd8baf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8baf;
Background color
Panel with #fd8baf background
background-color: #fd8baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8baf; background: linear-gradient(135deg, #fd8baf, #FDB38B);