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