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