#fd7dc3
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 125, 195
HSL
327°, 97%, 74%
CMYK
0, 51, 23, 1
Luminance
0.3949
Every format
| HEX | #fd7dc3 |
| RGB | rgb(253, 125, 195) |
| HSL | hsl(327, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 23%, 1%) |
| LAB | lab(69.1 56.5 -13.7) |
| LCH | lch(69.1 58.1 346.4) |
| OKLCH | oklch(0.756 0.173 348.1) |
Copy-ready code
/* CSS */
color: #fd7dc3;
background-color: #fd7dc3;
/* Tailwind (arbitrary) */
class="text-[#fd7dc3] bg-[#fd7dc3]"
/* SCSS */
$brand: #fd7dc3;
/* SwiftUI */
Color(red: 0.992, green: 0.490, blue: 0.765)
/* Android */
Color.parseColor("#fd7dc3")Accessibility — WCAG contrast
Aa
#fd7dc3 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7dc3 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.0%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow22.9%
Key (black)0.8%
Color previews
#fd7dc3 text on a black background
contrast 8.90:1
Card sample
#fd7dc3 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7dc3;
Background color
Panel with #fd7dc3 background
background-color: #fd7dc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7dc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 125, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 125, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7dc3; background: linear-gradient(135deg, #fd7dc3, #FD8C7D);