#fd7dbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 125, 188
HSL
331°, 97%, 74%
CMYK
0, 51, 26, 1
Luminance
0.3918
Every format
| HEX | #fd7dbc |
| RGB | rgb(253, 125, 188) |
| HSL | hsl(331, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 26%, 1%) |
| LAB | lab(68.9 55.6 -10.1) |
| LCH | lch(68.9 56.5 349.7) |
| OKLCH | oklch(0.754 0.170 351.1) |
Copy-ready code
/* CSS */
color: #fd7dbc;
background-color: #fd7dbc;
/* Tailwind (arbitrary) */
class="text-[#fd7dbc] bg-[#fd7dbc]"
/* SCSS */
$brand: #fd7dbc;
/* SwiftUI */
Color(red: 0.992, green: 0.490, blue: 0.737)
/* Android */
Color.parseColor("#fd7dbc")Accessibility — WCAG contrast
Aa
#fd7dbc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7dbc on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow25.7%
Key (black)0.8%
Color previews
#fd7dbc text on a black background
contrast 8.84:1
Card sample
#fd7dbc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7dbc;
Background color
Panel with #fd7dbc background
background-color: #fd7dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 125, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 125, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7dbc; background: linear-gradient(135deg, #fd7dbc, #FD937D);