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