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