#fd69fd
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 105, 253
HSL
300°, 97%, 70%
CMYK
0, 59, 0, 1
Luminance
0.3808
Every format
| HEX | #fd69fd |
| RGB | rgb(253, 105, 253) |
| HSL | hsl(300, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 0%, 1%) |
| LAB | lab(68.1 74.2 -47.4) |
| LCH | lch(68.1 88.1 327.4) |
| OKLCH | oklch(0.756 0.244 327.7) |
Copy-ready code
/* CSS */
color: #fd69fd;
background-color: #fd69fd;
/* Tailwind (arbitrary) */
class="text-[#fd69fd] bg-[#fd69fd]"
/* SCSS */
$brand: #fd69fd;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.992)
/* Android */
Color.parseColor("#fd69fd")Accessibility — WCAG contrast
Aa
#fd69fd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd69fd on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow0.0%
Key (black)0.8%
Color previews
#fd69fd text on a black background
contrast 8.62:1
Card sample
#fd69fd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd69fd;
Background color
Panel with #fd69fd background
background-color: #fd69fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd69fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd69fd; background: linear-gradient(135deg, #fd69fd, #FD699A);