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