#fdb8cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 184, 207
HSL
340°, 95%, 86%
CMYK
0, 27, 18, 1
Luminance
0.5967
Every format
| HEX | #fdb8cf |
| RGB | rgb(253, 184, 207) |
| HSL | hsl(340, 95%, 86%) |
| CMYK | cmyk(0%, 27%, 18%, 1%) |
| LAB | lab(81.7 28.2 -1.7) |
| LCH | lch(81.7 28.3 356.6) |
| OKLCH | oklch(0.853 0.085 357.3) |
Copy-ready code
/* CSS */
color: #fdb8cf;
background-color: #fdb8cf;
/* Tailwind (arbitrary) */
class="text-[#fdb8cf] bg-[#fdb8cf]"
/* SCSS */
$brand: #fdb8cf;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#fdb8cf")Accessibility — WCAG contrast
Aa
#fdb8cf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb8cf on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow18.2%
Key (black)0.8%
Color previews
#fdb8cf text on a black background
contrast 12.93:1
Card sample
#fdb8cf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb8cf;
Background color
Panel with #fdb8cf background
background-color: #fdb8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb8cf; background: linear-gradient(135deg, #fdb8cf, #FDCFB8);