#fdb3da
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 179, 218
HSL
328°, 95%, 85%
CMYK
0, 29, 14, 1
Luminance
0.5818
Every format
| HEX | #fdb3da |
| RGB | rgb(253, 179, 218) |
| HSL | hsl(328, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 14%, 1%) |
| LAB | lab(80.8 32.6 -8.8) |
| LCH | lch(80.8 33.7 344.9) |
| OKLCH | oklch(0.848 0.099 346.5) |
Copy-ready code
/* CSS */
color: #fdb3da;
background-color: #fdb3da;
/* Tailwind (arbitrary) */
class="text-[#fdb3da] bg-[#fdb3da]"
/* SCSS */
$brand: #fdb3da;
/* SwiftUI */
Color(red: 0.992, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#fdb3da")Accessibility — WCAG contrast
Aa
#fdb3da on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb3da on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow13.8%
Key (black)0.8%
Color previews
#fdb3da text on a black background
contrast 12.64:1
Card sample
#fdb3da text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb3da;
Background color
Panel with #fdb3da background
background-color: #fdb3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb3da; background: linear-gradient(135deg, #fdb3da, #FDBDB3);