#fdb2cf
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 178, 207
HSL
337°, 95%, 85%
CMYK
0, 30, 18, 1
Luminance
0.5723
Every format
| HEX | #fdb2cf |
| RGB | rgb(253, 178, 207) |
| HSL | hsl(337, 95%, 85%) |
| CMYK | cmyk(0%, 30%, 18%, 1%) |
| LAB | lab(80.3 31.4 -3.6) |
| LCH | lch(80.3 31.6 353.4) |
| OKLCH | oklch(0.842 0.094 354.4) |
Copy-ready code
/* CSS */
color: #fdb2cf;
background-color: #fdb2cf;
/* Tailwind (arbitrary) */
class="text-[#fdb2cf] bg-[#fdb2cf]"
/* SCSS */
$brand: #fdb2cf;
/* SwiftUI */
Color(red: 0.992, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#fdb2cf")Accessibility — WCAG contrast
Aa
#fdb2cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb2cf on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fdb2cf text on a black background
contrast 12.45:1
Card sample
#fdb2cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb2cf;
Background color
Panel with #fdb2cf background
background-color: #fdb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb2cf; background: linear-gradient(135deg, #fdb2cf, #FDC7B2);