#fdb9fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 185, 253
HSL
300°, 94%, 86%
CMYK
0, 27, 0, 1
Luminance
0.6267
Every format
| HEX | #fdb9fd |
| RGB | rgb(253, 185, 253) |
| HSL | hsl(300, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 0%, 1%) |
| LAB | lab(83.3 35.3 -23.9) |
| LCH | lch(83.3 42.7 325.9) |
| OKLCH | oklch(0.870 0.117 326.5) |
Copy-ready code
/* CSS */
color: #fdb9fd;
background-color: #fdb9fd;
/* Tailwind (arbitrary) */
class="text-[#fdb9fd] bg-[#fdb9fd]"
/* SCSS */
$brand: #fdb9fd;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.992)
/* Android */
Color.parseColor("#fdb9fd")Accessibility — WCAG contrast
Aa
#fdb9fd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb9fd on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow0.0%
Key (black)0.8%
Color previews
#fdb9fd text on a black background
contrast 13.53:1
Card sample
#fdb9fd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb9fd;
Background color
Panel with #fdb9fd background
background-color: #fdb9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb9fd; background: linear-gradient(135deg, #fdb9fd, #FDB9D0);