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