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