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