#fdb7fe
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 183, 254
HSL
299°, 97%, 86%
CMYK
0, 28, 0, 0
Luminance
0.6191
Every format
| HEX | #fdb7fe |
| RGB | rgb(253, 183, 254) |
| HSL | hsl(299, 97%, 86%) |
| CMYK | cmyk(0%, 28%, 0%, 0%) |
| LAB | lab(82.9 36.6 -25.1) |
| LCH | lch(82.9 44.3 325.6) |
| OKLCH | oklch(0.867 0.121 326.1) |
Copy-ready code
/* CSS */
color: #fdb7fe;
background-color: #fdb7fe;
/* Tailwind (arbitrary) */
class="text-[#fdb7fe] bg-[#fdb7fe]"
/* SCSS */
$brand: #fdb7fe;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.996)
/* Android */
Color.parseColor("#fdb7fe")Accessibility — WCAG contrast
Aa
#fdb7fe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7fe on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta28.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fdb7fe text on a black background
contrast 13.38:1
Card sample
#fdb7fe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7fe;
Background color
Panel with #fdb7fe background
background-color: #fdb7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7fe; background: linear-gradient(135deg, #fdb7fe, #FEB7D0);