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