#fd6abe
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 106, 190
HSL
326°, 97%, 70%
CMYK
0, 58, 25, 1
Luminance
0.3491
Every format
| HEX | #fd6abe |
| RGB | rgb(253, 106, 190) |
| HSL | hsl(326, 97%, 70%) |
| CMYK | cmyk(0%, 58%, 25%, 1%) |
| LAB | lab(65.7 64.5 -16.1) |
| LCH | lch(65.7 66.5 346.0) |
| OKLCH | oklch(0.730 0.199 347.8) |
Copy-ready code
/* CSS */
color: #fd6abe;
background-color: #fd6abe;
/* Tailwind (arbitrary) */
class="text-[#fd6abe] bg-[#fd6abe]"
/* SCSS */
$brand: #fd6abe;
/* SwiftUI */
Color(red: 0.992, green: 0.416, blue: 0.745)
/* Android */
Color.parseColor("#fd6abe")Accessibility — WCAG contrast
Aa
#fd6abe on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6abe on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow24.9%
Key (black)0.8%
Color previews
#fd6abe text on a black background
contrast 7.98:1
Card sample
#fd6abe text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6abe;
Background color
Panel with #fd6abe background
background-color: #fd6abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 106, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 106, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6abe; background: linear-gradient(135deg, #fd6abe, #FD786A);