#fdb5cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 181, 207
HSL
338°, 95%, 85%
CMYK
0, 29, 18, 1
Luminance
0.5844
Every format
| HEX | #fdb5cf |
| RGB | rgb(253, 181, 207) |
| HSL | hsl(338, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 18%, 1%) |
| LAB | lab(81.0 29.8 -2.6) |
| LCH | lch(81.0 29.9 354.9) |
| OKLCH | oklch(0.848 0.089 355.8) |
Copy-ready code
/* CSS */
color: #fdb5cf;
background-color: #fdb5cf;
/* Tailwind (arbitrary) */
class="text-[#fdb5cf] bg-[#fdb5cf]"
/* SCSS */
$brand: #fdb5cf;
/* SwiftUI */
Color(red: 0.992, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#fdb5cf")Accessibility — WCAG contrast
Aa
#fdb5cf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb5cf on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow18.2%
Key (black)0.8%
Color previews
#fdb5cf text on a black background
contrast 12.69:1
Card sample
#fdb5cf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb5cf;
Background color
Panel with #fdb5cf background
background-color: #fdb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb5cf; background: linear-gradient(135deg, #fdb5cf, #FDCBB5);