#fd2feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 47, 235
HSL
305°, 98%, 59%
CMYK
0, 81, 7, 1
Luminance
0.2891
Every format
| HEX | #fd2feb |
| RGB | rgb(253, 47, 235) |
| HSL | hsl(305, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 7%, 1%) |
| LAB | lab(60.7 89.8 -49.1) |
| LCH | lch(60.7 102.4 331.3) |
| OKLCH | oklch(0.700 0.292 332.4) |
Copy-ready code
/* CSS */
color: #fd2feb;
background-color: #fd2feb;
/* Tailwind (arbitrary) */
class="text-[#fd2feb] bg-[#fd2feb]"
/* SCSS */
$brand: #fd2feb;
/* SwiftUI */
Color(red: 0.992, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#fd2feb")Accessibility — WCAG contrast
Aa
#fd2feb on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2feb on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow7.1%
Key (black)0.8%
Color previews
#fd2feb text on a black background
contrast 6.78:1
Card sample
#fd2feb text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2feb;
Background color
Panel with #fd2feb background
background-color: #fd2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2feb; background: linear-gradient(135deg, #fd2feb, #FD2F62);