#fdb2eb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 178, 235
HSL
314°, 95%, 85%
CMYK
0, 30, 7, 1
Luminance
0.5872
Every format
| HEX | #fdb2eb |
| RGB | rgb(253, 178, 235) |
| HSL | hsl(314, 95%, 85%) |
| CMYK | cmyk(0%, 30%, 7%, 1%) |
| LAB | lab(81.1 35.9 -17.5) |
| LCH | lch(81.1 39.9 334.0) |
| OKLCH | oklch(0.852 0.113 335.5) |
Copy-ready code
/* CSS */
color: #fdb2eb;
background-color: #fdb2eb;
/* Tailwind (arbitrary) */
class="text-[#fdb2eb] bg-[#fdb2eb]"
/* SCSS */
$brand: #fdb2eb;
/* SwiftUI */
Color(red: 0.992, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#fdb2eb")Accessibility — WCAG contrast
Aa
#fdb2eb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb2eb on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow7.1%
Key (black)0.8%
Color previews
#fdb2eb text on a black background
contrast 12.74:1
Card sample
#fdb2eb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb2eb;
Background color
Panel with #fdb2eb background
background-color: #fdb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb2eb; background: linear-gradient(135deg, #fdb2eb, #FDB2B9);