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