#fd0cfb
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 12, 251
HSL
301°, 98%, 52%
CMYK
0, 95, 1, 1
Luminance
0.2811
Every format
| HEX | #fd0cfb |
| RGB | rgb(253, 12, 251) |
| HSL | hsl(301, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 1%, 1%) |
| LAB | lab(60.0 96.7 -59.2) |
| LCH | lch(60.0 113.3 328.5) |
| OKLCH | oklch(0.698 0.317 328.8) |
Copy-ready code
/* CSS */
color: #fd0cfb;
background-color: #fd0cfb;
/* Tailwind (arbitrary) */
class="text-[#fd0cfb] bg-[#fd0cfb]"
/* SCSS */
$brand: #fd0cfb;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.984)
/* Android */
Color.parseColor("#fd0cfb")Accessibility — WCAG contrast
Aa
#fd0cfb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0cfb on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow0.8%
Key (black)0.8%
Color previews
#fd0cfb text on a black background
contrast 6.62:1
Card sample
#fd0cfb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0cfb;
Background color
Panel with #fd0cfb background
background-color: #fd0cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0cfb; background: linear-gradient(135deg, #fd0cfb, #FD0C5A);