#fd69ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 105, 186
HSL
327°, 97%, 70%
CMYK
0, 59, 27, 1
Luminance
0.3453
Every format
| HEX | #fd69ba |
| RGB | rgb(253, 105, 186) |
| HSL | hsl(327, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 27%, 1%) |
| LAB | lab(65.4 64.4 -14.2) |
| LCH | lch(65.4 66.0 347.5) |
| OKLCH | oklch(0.728 0.198 349.2) |
Copy-ready code
/* CSS */
color: #fd69ba;
background-color: #fd69ba;
/* Tailwind (arbitrary) */
class="text-[#fd69ba] bg-[#fd69ba]"
/* SCSS */
$brand: #fd69ba;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.729)
/* Android */
Color.parseColor("#fd69ba")Accessibility — WCAG contrast
Aa
#fd69ba on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd69ba on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow26.5%
Key (black)0.8%
Color previews
#fd69ba text on a black background
contrast 7.91:1
Card sample
#fd69ba text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd69ba;
Background color
Panel with #fd69ba background
background-color: #fd69ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd69ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd69ba; background: linear-gradient(135deg, #fd69ba, #FD7B69);