#fd8bee
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 139, 238
HSL
308°, 97%, 77%
CMYK
0, 45, 6, 1
Luminance
0.4552
Every format
| HEX | #fd8bee |
| RGB | rgb(253, 139, 238) |
| HSL | hsl(308, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 6%, 1%) |
| LAB | lab(73.2 56.3 -31.2) |
| LCH | lch(73.2 64.3 331.0) |
| OKLCH | oklch(0.792 0.181 332.2) |
Copy-ready code
/* CSS */
color: #fd8bee;
background-color: #fd8bee;
/* Tailwind (arbitrary) */
class="text-[#fd8bee] bg-[#fd8bee]"
/* SCSS */
$brand: #fd8bee;
/* SwiftUI */
Color(red: 0.992, green: 0.545, blue: 0.933)
/* Android */
Color.parseColor("#fd8bee")Accessibility — WCAG contrast
Aa
#fd8bee on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8bee on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow5.9%
Key (black)0.8%
Color previews
#fd8bee text on a black background
contrast 10.10:1
Card sample
#fd8bee text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8bee;
Background color
Panel with #fd8bee background
background-color: #fd8bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 139, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 139, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8bee; background: linear-gradient(135deg, #fd8bee, #FD8BA2);