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