#fdb0cb
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 176, 203
HSL
339°, 95%, 84%
CMYK
0, 30, 20, 1
Luminance
0.5625
Every format
| HEX | #fdb0cb |
| RGB | rgb(253, 176, 203) |
| HSL | hsl(339, 95%, 84%) |
| CMYK | cmyk(0%, 30%, 20%, 1%) |
| LAB | lab(79.8 31.8 -2.3) |
| LCH | lch(79.8 31.9 355.9) |
| OKLCH | oklch(0.838 0.096 356.6) |
Copy-ready code
/* CSS */
color: #fdb0cb;
background-color: #fdb0cb;
/* Tailwind (arbitrary) */
class="text-[#fdb0cb] bg-[#fdb0cb]"
/* SCSS */
$brand: #fdb0cb;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.796)
/* Android */
Color.parseColor("#fdb0cb")Accessibility — WCAG contrast
Aa
#fdb0cb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb0cb on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow19.8%
Key (black)0.8%
Color previews
#fdb0cb text on a black background
contrast 12.25:1
Card sample
#fdb0cb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb0cb;
Background color
Panel with #fdb0cb background
background-color: #fdb0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb0cb; background: linear-gradient(135deg, #fdb0cb, #FDC8B0);