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