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