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