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