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