#fdbceb
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 188, 235
HSL
317°, 94%, 87%
CMYK
0, 26, 7, 1
Luminance
0.6285
Every format
| HEX | #fdbceb |
| RGB | rgb(253, 188, 235) |
| HSL | hsl(317, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 7%, 1%) |
| LAB | lab(83.4 30.6 -14.2) |
| LCH | lch(83.4 33.7 335.2) |
| OKLCH | oklch(0.869 0.096 336.8) |
Copy-ready code
/* CSS */
color: #fdbceb;
background-color: #fdbceb;
/* Tailwind (arbitrary) */
class="text-[#fdbceb] bg-[#fdbceb]"
/* SCSS */
$brand: #fdbceb;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#fdbceb")Accessibility — WCAG contrast
Aa
#fdbceb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbceb on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow7.1%
Key (black)0.8%
Color previews
#fdbceb text on a black background
contrast 13.57:1
Card sample
#fdbceb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbceb;
Background color
Panel with #fdbceb background
background-color: #fdbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbceb; background: linear-gradient(135deg, #fdbceb, #FDBCC0);