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