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