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