#fd06da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 6, 218
HSL
309°, 98%, 51%
CMYK
0, 98, 14, 1
Luminance
0.2607
Every format
| HEX | #fd06da |
| RGB | rgb(253, 6, 218) |
| HSL | hsl(309, 98%, 51%) |
| CMYK | cmyk(0%, 98%, 14%, 1%) |
| LAB | lab(58.1 92.7 -43.6) |
| LCH | lch(58.1 102.4 334.8) |
| OKLCH | oklch(0.679 0.298 336.4) |
Copy-ready code
/* CSS */
color: #fd06da;
background-color: #fd06da;
/* Tailwind (arbitrary) */
class="text-[#fd06da] bg-[#fd06da]"
/* SCSS */
$brand: #fd06da;
/* SwiftUI */
Color(red: 0.992, green: 0.024, blue: 0.855)
/* Android */
Color.parseColor("#fd06da")Accessibility — WCAG contrast
Aa
#fd06da on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd06da on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow13.8%
Key (black)0.8%
Color previews
#fd06da text on a black background
contrast 6.21:1
Card sample
#fd06da text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd06da;
Background color
Panel with #fd06da background
background-color: #fd06da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd06da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 6, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 6, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd06da; background: linear-gradient(135deg, #fd06da, #FD0635);