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