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