#fdb7da
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 183, 218
HSL
330°, 95%, 86%
CMYK
0, 28, 14, 1
Luminance
0.5981
Every format
| HEX | #fdb7da |
| RGB | rgb(253, 183, 218) |
| HSL | hsl(330, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 14%, 1%) |
| LAB | lab(81.7 30.5 -7.5) |
| LCH | lch(81.7 31.4 346.2) |
| OKLCH | oklch(0.854 0.092 347.8) |
Copy-ready code
/* CSS */
color: #fdb7da;
background-color: #fdb7da;
/* Tailwind (arbitrary) */
class="text-[#fdb7da] bg-[#fdb7da]"
/* SCSS */
$brand: #fdb7da;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.855)
/* Android */
Color.parseColor("#fdb7da")Accessibility — WCAG contrast
Aa
#fdb7da on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7da on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow13.8%
Key (black)0.8%
Color previews
#fdb7da text on a black background
contrast 12.96:1
Card sample
#fdb7da text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7da;
Background color
Panel with #fdb7da background
background-color: #fdb7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7da; background: linear-gradient(135deg, #fdb7da, #FDC3B7);