#fd6bae
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 107, 174
HSL
333°, 97%, 71%
CMYK
0, 58, 31, 1
Luminance
0.3445
Every format
| HEX | #fd6bae |
| RGB | rgb(253, 107, 174) |
| HSL | hsl(333, 97%, 71%) |
| CMYK | cmyk(0%, 58%, 31%, 1%) |
| LAB | lab(65.3 62.1 -7.5) |
| LCH | lch(65.3 62.5 353.1) |
| OKLCH | oklch(0.726 0.190 354.2) |
Copy-ready code
/* CSS */
color: #fd6bae;
background-color: #fd6bae;
/* Tailwind (arbitrary) */
class="text-[#fd6bae] bg-[#fd6bae]"
/* SCSS */
$brand: #fd6bae;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.682)
/* Android */
Color.parseColor("#fd6bae")Accessibility — WCAG contrast
Aa
#fd6bae on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6bae on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow31.2%
Key (black)0.8%
Color previews
#fd6bae text on a black background
contrast 7.89:1
Card sample
#fd6bae text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6bae;
Background color
Panel with #fd6bae background
background-color: #fd6bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6bae; background: linear-gradient(135deg, #fd6bae, #FD896B);