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