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