#fdbfd3
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 191, 211
HSL
341°, 94%, 87%
CMYK
0, 25, 17, 1
Luminance
0.6285
Every format
| HEX | #fdbfd3 |
| RGB | rgb(253, 191, 211) |
| HSL | hsl(341, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 17%, 1%) |
| LAB | lab(83.4 25.2 -1.3) |
| LCH | lch(83.4 25.2 357.0) |
| OKLCH | oklch(0.866 0.075 357.6) |
Copy-ready code
/* CSS */
color: #fdbfd3;
background-color: #fdbfd3;
/* Tailwind (arbitrary) */
class="text-[#fdbfd3] bg-[#fdbfd3]"
/* SCSS */
$brand: #fdbfd3;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#fdbfd3")Accessibility — WCAG contrast
Aa
#fdbfd3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfd3 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow16.6%
Key (black)0.8%
Color previews
#fdbfd3 text on a black background
contrast 13.57:1
Card sample
#fdbfd3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfd3;
Background color
Panel with #fdbfd3 background
background-color: #fdbfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfd3; background: linear-gradient(135deg, #fdbfd3, #FDD4BF);