#fdb5eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 181, 235
HSL
315°, 95%, 85%
CMYK
0, 29, 7, 1
Luminance
0.5993
Every format
| HEX | #fdb5eb |
| RGB | rgb(253, 181, 235) |
| HSL | hsl(315, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 7%, 1%) |
| LAB | lab(81.8 34.3 -16.5) |
| LCH | lch(81.8 38.1 334.3) |
| OKLCH | oklch(0.857 0.108 335.9) |
Copy-ready code
/* CSS */
color: #fdb5eb;
background-color: #fdb5eb;
/* Tailwind (arbitrary) */
class="text-[#fdb5eb] bg-[#fdb5eb]"
/* SCSS */
$brand: #fdb5eb;
/* SwiftUI */
Color(red: 0.992, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#fdb5eb")Accessibility — WCAG contrast
Aa
#fdb5eb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb5eb on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow7.1%
Key (black)0.8%
Color previews
#fdb5eb text on a black background
contrast 12.99:1
Card sample
#fdb5eb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb5eb;
Background color
Panel with #fdb5eb background
background-color: #fdb5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb5eb; background: linear-gradient(135deg, #fdb5eb, #FDB5BB);