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