#fd2cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 44, 251
HSL
301°, 98%, 58%
CMYK
0, 83, 1, 1
Luminance
0.2965
Every format
| HEX | #fd2cfb |
| RGB | rgb(253, 44, 251) |
| HSL | hsl(301, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 1%, 1%) |
| LAB | lab(61.4 92.7 -57.0) |
| LCH | lch(61.4 108.8 328.4) |
| OKLCH | oklch(0.708 0.304 328.7) |
Copy-ready code
/* CSS */
color: #fd2cfb;
background-color: #fd2cfb;
/* Tailwind (arbitrary) */
class="text-[#fd2cfb] bg-[#fd2cfb]"
/* SCSS */
$brand: #fd2cfb;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#fd2cfb")Accessibility — WCAG contrast
Aa
#fd2cfb on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2cfb on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow0.8%
Key (black)0.8%
Color previews
#fd2cfb text on a black background
contrast 6.93:1
Card sample
#fd2cfb text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2cfb;
Background color
Panel with #fd2cfb background
background-color: #fd2cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2cfb; background: linear-gradient(135deg, #fd2cfb, #FD2C6F);