#fdbafb
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 186, 251
HSL
302°, 94%, 86%
CMYK
0, 27, 1, 1
Luminance
0.6297
Every format
| HEX | #fdbafb |
| RGB | rgb(253, 186, 251) |
| HSL | hsl(302, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 1%, 1%) |
| LAB | lab(83.4 34.5 -22.6) |
| LCH | lch(83.4 41.2 326.7) |
| OKLCH | oklch(0.871 0.113 327.5) |
Copy-ready code
/* CSS */
color: #fdbafb;
background-color: #fdbafb;
/* Tailwind (arbitrary) */
class="text-[#fdbafb] bg-[#fdbafb]"
/* SCSS */
$brand: #fdbafb;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.984)
/* Android */
Color.parseColor("#fdbafb")Accessibility — WCAG contrast
Aa
#fdbafb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbafb on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow0.8%
Key (black)0.8%
Color previews
#fdbafb text on a black background
contrast 13.59:1
Card sample
#fdbafb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbafb;
Background color
Panel with #fdbafb background
background-color: #fdbafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbafb; background: linear-gradient(135deg, #fdbafb, #FDBACE);