#fd76b3
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 118, 179
HSL
333°, 97%, 73%
CMYK
0, 53, 29, 1
Luminance
0.3709
Every format
| HEX | #fd76b3 |
| RGB | rgb(253, 118, 179) |
| HSL | hsl(333, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 29%, 1%) |
| LAB | lab(67.3 57.7 -7.3) |
| LCH | lch(67.3 58.2 352.8) |
| OKLCH | oklch(0.742 0.176 353.9) |
Copy-ready code
/* CSS */
color: #fd76b3;
background-color: #fd76b3;
/* Tailwind (arbitrary) */
class="text-[#fd76b3] bg-[#fd76b3]"
/* SCSS */
$brand: #fd76b3;
/* SwiftUI */
Color(red: 0.992, green: 0.463, blue: 0.702)
/* Android */
Color.parseColor("#fd76b3")Accessibility — WCAG contrast
Aa
#fd76b3 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd76b3 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow29.2%
Key (black)0.8%
Color previews
#fd76b3 text on a black background
contrast 8.42:1
Card sample
#fd76b3 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd76b3;
Background color
Panel with #fd76b3 background
background-color: #fd76b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd76b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 118, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 118, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd76b3; background: linear-gradient(135deg, #fd76b3, #FD9376);