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