#fdb6cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 182, 207
HSL
339°, 95%, 85%
CMYK
0, 28, 18, 1
Luminance
0.5884
Every format
| HEX | #fdb6cf |
| RGB | rgb(253, 182, 207) |
| HSL | hsl(339, 95%, 85%) |
| CMYK | cmyk(0%, 28%, 18%, 1%) |
| LAB | lab(81.2 29.3 -2.3) |
| LCH | lch(81.2 29.4 355.5) |
| OKLCH | oklch(0.849 0.088 356.3) |
Copy-ready code
/* CSS */
color: #fdb6cf;
background-color: #fdb6cf;
/* Tailwind (arbitrary) */
class="text-[#fdb6cf] bg-[#fdb6cf]"
/* SCSS */
$brand: #fdb6cf;
/* SwiftUI */
Color(red: 0.992, green: 0.714, blue: 0.812)
/* Android */
Color.parseColor("#fdb6cf")Accessibility — WCAG contrast
Aa
#fdb6cf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb6cf on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow18.2%
Key (black)0.8%
Color previews
#fdb6cf text on a black background
contrast 12.77:1
Card sample
#fdb6cf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb6cf;
Background color
Panel with #fdb6cf background
background-color: #fdb6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 182, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 182, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb6cf; background: linear-gradient(135deg, #fdb6cf, #FDCCB6);