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