#fdbdff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 189, 255
HSL
298°, 100%, 87%
CMYK
1, 26, 0, 0
Luminance
0.6450
Every format
| HEX | #fdbdff |
| RGB | rgb(253, 189, 255) |
| HSL | hsl(298, 100%, 87%) |
| CMYK | cmyk(1%, 26%, 0%, 0%) |
| LAB | lab(84.2 33.6 -23.5) |
| LCH | lch(84.2 41.0 325.0) |
| OKLCH | oklch(0.877 0.112 325.5) |
Copy-ready code
/* CSS */
color: #fdbdff;
background-color: #fdbdff;
/* Tailwind (arbitrary) */
class="text-[#fdbdff] bg-[#fdbdff]"
/* SCSS */
$brand: #fdbdff;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#fdbdff")Accessibility — WCAG contrast
Aa
#fdbdff on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdff on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#fdbdff text on a black background
contrast 13.90:1
Card sample
#fdbdff text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdff;
Background color
Panel with #fdbdff background
background-color: #fdbdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdff; background: linear-gradient(135deg, #fdbdff, #FFBDD5);