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