#fdb7ce
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 183, 206
HSL
340°, 95%, 86%
CMYK
0, 28, 19, 1
Luminance
0.5921
Every format
| HEX | #fdb7ce |
| RGB | rgb(253, 183, 206) |
| HSL | hsl(340, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 19%, 1%) |
| LAB | lab(81.4 28.6 -1.5) |
| LCH | lch(81.4 28.6 357.0) |
| OKLCH | oklch(0.851 0.086 357.6) |
Copy-ready code
/* CSS */
color: #fdb7ce;
background-color: #fdb7ce;
/* Tailwind (arbitrary) */
class="text-[#fdb7ce] bg-[#fdb7ce]"
/* SCSS */
$brand: #fdb7ce;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.808)
/* Android */
Color.parseColor("#fdb7ce")Accessibility — WCAG contrast
Aa
#fdb7ce on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7ce on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow18.6%
Key (black)0.8%
Color previews
#fdb7ce text on a black background
contrast 12.84:1
Card sample
#fdb7ce text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7ce;
Background color
Panel with #fdb7ce background
background-color: #fdb7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7ce; background: linear-gradient(135deg, #fdb7ce, #FDCFB7);