#fd9bfd
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 155, 253
HSL
300°, 96%, 80%
CMYK
0, 39, 0, 1
Luminance
0.5142
Every format
| HEX | #fd9bfd |
| RGB | rgb(253, 155, 253) |
| HSL | hsl(300, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 0%, 1%) |
| LAB | lab(76.9 50.9 -33.6) |
| LCH | lch(76.9 61.0 326.5) |
| OKLCH | oklch(0.822 0.168 327.0) |
Copy-ready code
/* CSS */
color: #fd9bfd;
background-color: #fd9bfd;
/* Tailwind (arbitrary) */
class="text-[#fd9bfd] bg-[#fd9bfd]"
/* SCSS */
$brand: #fd9bfd;
/* SwiftUI */
Color(red: 0.992, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#fd9bfd")Accessibility — WCAG contrast
Aa
#fd9bfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9bfd on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.8%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fd9bfd text on a black background
contrast 11.28:1
Card sample
#fd9bfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9bfd;
Background color
Panel with #fd9bfd background
background-color: #fd9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9bfd; background: linear-gradient(135deg, #fd9bfd, #FD9BBC);