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