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