#fdb5da
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 181, 218
HSL
329°, 95%, 85%
CMYK
0, 29, 14, 1
Luminance
0.5899
Every format
| HEX | #fdb5da |
| RGB | rgb(253, 181, 218) |
| HSL | hsl(329, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 14%, 1%) |
| LAB | lab(81.3 31.5 -8.1) |
| LCH | lch(81.3 32.5 345.5) |
| OKLCH | oklch(0.851 0.095 347.1) |
Copy-ready code
/* CSS */
color: #fdb5da;
background-color: #fdb5da;
/* Tailwind (arbitrary) */
class="text-[#fdb5da] bg-[#fdb5da]"
/* SCSS */
$brand: #fdb5da;
/* SwiftUI */
Color(red: 0.992, green: 0.710, blue: 0.855)
/* Android */
Color.parseColor("#fdb5da")Accessibility — WCAG contrast
Aa
#fdb5da on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb5da on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow13.8%
Key (black)0.8%
Color previews
#fdb5da text on a black background
contrast 12.80:1
Card sample
#fdb5da text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb5da;
Background color
Panel with #fdb5da background
background-color: #fdb5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 181, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 181, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb5da; background: linear-gradient(135deg, #fdb5da, #FDC0B5);