#fd2bee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 43, 238
HSL
304°, 98%, 58%
CMYK
0, 83, 6, 1
Luminance
0.2878
Every format
| HEX | #fd2bee |
| RGB | rgb(253, 43, 238) |
| HSL | hsl(304, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 6%, 1%) |
| LAB | lab(60.6 91.0 -51.0) |
| LCH | lch(60.6 104.3 330.8) |
| OKLCH | oklch(0.700 0.296 331.7) |
Copy-ready code
/* CSS */
color: #fd2bee;
background-color: #fd2bee;
/* Tailwind (arbitrary) */
class="text-[#fd2bee] bg-[#fd2bee]"
/* SCSS */
$brand: #fd2bee;
/* SwiftUI */
Color(red: 0.992, green: 0.169, blue: 0.933)
/* Android */
Color.parseColor("#fd2bee")Accessibility — WCAG contrast
Aa
#fd2bee on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2bee on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow5.9%
Key (black)0.8%
Color previews
#fd2bee text on a black background
contrast 6.76:1
Card sample
#fd2bee text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2bee;
Background color
Panel with #fd2bee background
background-color: #fd2bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 43, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 43, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2bee; background: linear-gradient(135deg, #fd2bee, #FD2B62);