#fdbdef
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 189, 239
HSL
313°, 94%, 87%
CMYK
0, 25, 6, 1
Luminance
0.6351
Every format
| HEX | #fdbdef |
| RGB | rgb(253, 189, 239) |
| HSL | hsl(313, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 6%, 1%) |
| LAB | lab(83.7 30.8 -15.8) |
| LCH | lch(83.7 34.6 332.9) |
| OKLCH | oklch(0.872 0.097 334.3) |
Copy-ready code
/* CSS */
color: #fdbdef;
background-color: #fdbdef;
/* Tailwind (arbitrary) */
class="text-[#fdbdef] bg-[#fdbdef]"
/* SCSS */
$brand: #fdbdef;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#fdbdef")Accessibility — WCAG contrast
Aa
#fdbdef on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdef on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow5.5%
Key (black)0.8%
Color previews
#fdbdef text on a black background
contrast 13.70:1
Card sample
#fdbdef text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdef;
Background color
Panel with #fdbdef background
background-color: #fdbdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdef; background: linear-gradient(135deg, #fdbdef, #FDBDC5);