#fdb9d2
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 185, 210
HSL
338°, 94%, 86%
CMYK
0, 27, 17, 1
Luminance
0.6023
Every format
| HEX | #fdb9d2 |
| RGB | rgb(253, 185, 210) |
| HSL | hsl(338, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 17%, 1%) |
| LAB | lab(82.0 28.2 -2.8) |
| LCH | lch(82.0 28.3 354.3) |
| OKLCH | oklch(0.855 0.084 355.2) |
Copy-ready code
/* CSS */
color: #fdb9d2;
background-color: #fdb9d2;
/* Tailwind (arbitrary) */
class="text-[#fdb9d2] bg-[#fdb9d2]"
/* SCSS */
$brand: #fdb9d2;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.824)
/* Android */
Color.parseColor("#fdb9d2")Accessibility — WCAG contrast
Aa
#fdb9d2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb9d2 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow17.0%
Key (black)0.8%
Color previews
#fdb9d2 text on a black background
contrast 13.05:1
Card sample
#fdb9d2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb9d2;
Background color
Panel with #fdb9d2 background
background-color: #fdb9d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb9d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb9d2; background: linear-gradient(135deg, #fdb9d2, #FDCDB9);