#fd69ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 105, 255
HSL
299°, 100%, 71%
CMYK
1, 59, 0, 0
Luminance
0.3821
Every format
| HEX | #fd69ff |
| RGB | rgb(253, 105, 255) |
| HSL | hsl(299, 100%, 71%) |
| CMYK | cmyk(1%, 59%, 0%, 0%) |
| LAB | lab(68.2 74.5 -48.4) |
| LCH | lch(68.2 88.8 327.0) |
| OKLCH | oklch(0.757 0.246 327.1) |
Copy-ready code
/* CSS */
color: #fd69ff;
background-color: #fd69ff;
/* Tailwind (arbitrary) */
class="text-[#fd69ff] bg-[#fd69ff]"
/* SCSS */
$brand: #fd69ff;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#fd69ff")Accessibility — WCAG contrast
Aa
#fd69ff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd69ff on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fd69ff text on a black background
contrast 8.64:1
Card sample
#fd69ff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd69ff;
Background color
Panel with #fd69ff background
background-color: #fd69ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd69ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd69ff; background: linear-gradient(135deg, #fd69ff, #FF699D);