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