#fd0ec2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 14, 194
HSL
315°, 98%, 52%
CMYK
0, 95, 23, 1
Luminance
0.2509
Every format
| HEX | #fd0ec2 |
| RGB | rgb(253, 14, 194) |
| HSL | hsl(315, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 23%, 1%) |
| LAB | lab(57.2 89.3 -31.4) |
| LCH | lch(57.2 94.7 340.6) |
| OKLCH | oklch(0.669 0.283 342.7) |
Copy-ready code
/* CSS */
color: #fd0ec2;
background-color: #fd0ec2;
/* Tailwind (arbitrary) */
class="text-[#fd0ec2] bg-[#fd0ec2]"
/* SCSS */
$brand: #fd0ec2;
/* SwiftUI */
Color(red: 0.992, green: 0.055, blue: 0.761)
/* Android */
Color.parseColor("#fd0ec2")Accessibility — WCAG contrast
Aa
#fd0ec2 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0ec2 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow23.3%
Key (black)0.8%
Color previews
#fd0ec2 text on a black background
contrast 6.02:1
Card sample
#fd0ec2 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0ec2;
Background color
Panel with #fd0ec2 background
background-color: #fd0ec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0ec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 14, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 14, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0ec2; background: linear-gradient(135deg, #fd0ec2, #FD0E23);