#fdbcf4
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 188, 244
HSL
308°, 94%, 87%
CMYK
0, 26, 4, 1
Luminance
0.6338
Every format
| HEX | #fdbcf4 |
| RGB | rgb(253, 188, 244) |
| HSL | hsl(308, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 4%, 1%) |
| LAB | lab(83.6 32.2 -18.6) |
| LCH | lch(83.6 37.1 330.0) |
| OKLCH | oklch(0.872 0.103 331.3) |
Copy-ready code
/* CSS */
color: #fdbcf4;
background-color: #fdbcf4;
/* Tailwind (arbitrary) */
class="text-[#fdbcf4] bg-[#fdbcf4]"
/* SCSS */
$brand: #fdbcf4;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.957)
/* Android */
Color.parseColor("#fdbcf4")Accessibility — WCAG contrast
Aa
#fdbcf4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcf4 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow3.6%
Key (black)0.8%
Color previews
#fdbcf4 text on a black background
contrast 13.68:1
Card sample
#fdbcf4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcf4;
Background color
Panel with #fdbcf4 background
background-color: #fdbcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcf4; background: linear-gradient(135deg, #fdbcf4, #FDBCC9);