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