#fd06eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 6, 235
HSL
304°, 98%, 51%
CMYK
0, 98, 7, 1
Luminance
0.2701
Every format
| HEX | #fd06eb |
| RGB | rgb(253, 6, 235) |
| HSL | hsl(304, 98%, 51%) |
| CMYK | cmyk(0%, 98%, 7%, 1%) |
| LAB | lab(59.0 94.9 -51.8) |
| LCH | lch(59.0 108.1 331.3) |
| OKLCH | oklch(0.688 0.308 332.4) |
Copy-ready code
/* CSS */
color: #fd06eb;
background-color: #fd06eb;
/* Tailwind (arbitrary) */
class="text-[#fd06eb] bg-[#fd06eb]"
/* SCSS */
$brand: #fd06eb;
/* SwiftUI */
Color(red: 0.992, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#fd06eb")Accessibility — WCAG contrast
Aa
#fd06eb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd06eb on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow7.1%
Key (black)0.8%
Color previews
#fd06eb text on a black background
contrast 6.40:1
Card sample
#fd06eb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd06eb;
Background color
Panel with #fd06eb background
background-color: #fd06eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd06eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd06eb; background: linear-gradient(135deg, #fd06eb, #FD0646);