#fd06fc
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 6, 252
HSL
300°, 98%, 51%
CMYK
0, 98, 0, 1
Luminance
0.2804
Every format
| HEX | #fd06fc |
| RGB | rgb(253, 6, 252) |
| HSL | hsl(300, 98%, 51%) |
| CMYK | cmyk(0%, 98%, 0%, 1%) |
| LAB | lab(59.9 97.2 -59.8) |
| LCH | lch(59.9 114.1 328.4) |
| OKLCH | oklch(0.698 0.319 328.6) |
Copy-ready code
/* CSS */
color: #fd06fc;
background-color: #fd06fc;
/* Tailwind (arbitrary) */
class="text-[#fd06fc] bg-[#fd06fc]"
/* SCSS */
$brand: #fd06fc;
/* SwiftUI */
Color(red: 0.992, green: 0.024, blue: 0.988)
/* Android */
Color.parseColor("#fd06fc")Accessibility — WCAG contrast
Aa
#fd06fc on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd06fc on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow0.4%
Key (black)0.8%
Color previews
#fd06fc text on a black background
contrast 6.61:1
Card sample
#fd06fc text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd06fc;
Background color
Panel with #fd06fc background
background-color: #fd06fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd06fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 6, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 6, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd06fc; background: linear-gradient(135deg, #fd06fc, #FD0658);