#fdb3eb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 179, 235
HSL
315°, 95%, 85%
CMYK
0, 29, 7, 1
Luminance
0.5912
Every format
| HEX | #fdb3eb |
| RGB | rgb(253, 179, 235) |
| HSL | hsl(315, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 7%, 1%) |
| LAB | lab(81.4 35.3 -17.2) |
| LCH | lch(81.4 39.3 334.1) |
| OKLCH | oklch(0.853 0.111 335.6) |
Copy-ready code
/* CSS */
color: #fdb3eb;
background-color: #fdb3eb;
/* Tailwind (arbitrary) */
class="text-[#fdb3eb] bg-[#fdb3eb]"
/* SCSS */
$brand: #fdb3eb;
/* SwiftUI */
Color(red: 0.992, green: 0.702, blue: 0.922)
/* Android */
Color.parseColor("#fdb3eb")Accessibility — WCAG contrast
Aa
#fdb3eb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb3eb on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow7.1%
Key (black)0.8%
Color previews
#fdb3eb text on a black background
contrast 12.82:1
Card sample
#fdb3eb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb3eb;
Background color
Panel with #fdb3eb background
background-color: #fdb3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 179, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 179, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb3eb; background: linear-gradient(135deg, #fdb3eb, #FDB3BA);