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