#fd7ecc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 126, 204
HSL
323°, 97%, 74%
CMYK
0, 50, 19, 1
Luminance
0.4016
Every format
| HEX | #fd7ecc |
| RGB | rgb(253, 126, 204) |
| HSL | hsl(323, 97%, 74%) |
| CMYK | cmyk(0%, 50%, 19%, 1%) |
| LAB | lab(69.6 57.3 -18.0) |
| LCH | lch(69.6 60.0 342.6) |
| OKLCH | oklch(0.761 0.177 344.4) |
Copy-ready code
/* CSS */
color: #fd7ecc;
background-color: #fd7ecc;
/* Tailwind (arbitrary) */
class="text-[#fd7ecc] bg-[#fd7ecc]"
/* SCSS */
$brand: #fd7ecc;
/* SwiftUI */
Color(red: 0.992, green: 0.494, blue: 0.800)
/* Android */
Color.parseColor("#fd7ecc")Accessibility — WCAG contrast
Aa
#fd7ecc on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7ecc on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.4%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow19.4%
Key (black)0.8%
Color previews
#fd7ecc text on a black background
contrast 9.03:1
Card sample
#fd7ecc text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7ecc;
Background color
Panel with #fd7ecc background
background-color: #fd7ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 126, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 126, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7ecc; background: linear-gradient(135deg, #fd7ecc, #FD857E);