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