#fd08cd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 8, 205
HSL
312°, 98%, 51%
CMYK
0, 97, 19, 1
Luminance
0.2546
Every format
| HEX | #fd08cd |
| RGB | rgb(253, 8, 205) |
| HSL | hsl(312, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 19%, 1%) |
| LAB | lab(57.5 91.0 -37.1) |
| LCH | lch(57.5 98.3 337.8) |
| OKLCH | oklch(0.673 0.291 339.7) |
Copy-ready code
/* CSS */
color: #fd08cd;
background-color: #fd08cd;
/* Tailwind (arbitrary) */
class="text-[#fd08cd] bg-[#fd08cd]"
/* SCSS */
$brand: #fd08cd;
/* SwiftUI */
Color(red: 0.992, green: 0.031, blue: 0.804)
/* Android */
Color.parseColor("#fd08cd")Accessibility — WCAG contrast
Aa
#fd08cd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd08cd on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow19.0%
Key (black)0.8%
Color previews
#fd08cd text on a black background
contrast 6.09:1
Card sample
#fd08cd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd08cd;
Background color
Panel with #fd08cd background
background-color: #fd08cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd08cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 8, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 8, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd08cd; background: linear-gradient(135deg, #fd08cd, #FD082A);