#fdb7d2
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 183, 210
HSL
337°, 95%, 86%
CMYK
0, 28, 17, 1
Luminance
0.5940
Every format
| HEX | #fdb7d2 |
| RGB | rgb(253, 183, 210) |
| HSL | hsl(337, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 17%, 1%) |
| LAB | lab(81.5 29.2 -3.5) |
| LCH | lch(81.5 29.4 353.2) |
| OKLCH | oklch(0.852 0.087 354.2) |
Copy-ready code
/* CSS */
color: #fdb7d2;
background-color: #fdb7d2;
/* Tailwind (arbitrary) */
class="text-[#fdb7d2] bg-[#fdb7d2]"
/* SCSS */
$brand: #fdb7d2;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.824)
/* Android */
Color.parseColor("#fdb7d2")Accessibility — WCAG contrast
Aa
#fdb7d2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7d2 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow17.0%
Key (black)0.8%
Color previews
#fdb7d2 text on a black background
contrast 12.88:1
Card sample
#fdb7d2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7d2;
Background color
Panel with #fdb7d2 background
background-color: #fdb7d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7d2; background: linear-gradient(135deg, #fdb7d2, #FDCBB7);