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