#fdb4cf
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 180, 207
HSL
338°, 95%, 85%
CMYK
0, 29, 18, 1
Luminance
0.5803
Every format
| HEX | #fdb4cf |
| RGB | rgb(253, 180, 207) |
| HSL | hsl(338, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 18%, 1%) |
| LAB | lab(80.8 30.3 -3.0) |
| LCH | lch(80.8 30.5 354.4) |
| OKLCH | oklch(0.846 0.091 355.3) |
Copy-ready code
/* CSS */
color: #fdb4cf;
background-color: #fdb4cf;
/* Tailwind (arbitrary) */
class="text-[#fdb4cf] bg-[#fdb4cf]"
/* SCSS */
$brand: #fdb4cf;
/* SwiftUI */
Color(red: 0.992, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#fdb4cf")Accessibility — WCAG contrast
Aa
#fdb4cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb4cf on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow18.2%
Key (black)0.8%
Color previews
#fdb4cf text on a black background
contrast 12.61:1
Card sample
#fdb4cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb4cf;
Background color
Panel with #fdb4cf background
background-color: #fdb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb4cf; background: linear-gradient(135deg, #fdb4cf, #FDCAB4);