#fd5dbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 93, 188
HSL
324°, 98%, 68%
CMYK
0, 63, 26, 1
Luminance
0.3234
Every format
| HEX | #fd5dbc |
| RGB | rgb(253, 93, 188) |
| HSL | hsl(324, 98%, 68%) |
| CMYK | cmyk(0%, 63%, 26%, 1%) |
| LAB | lab(63.6 69.6 -18.0) |
| LCH | lch(63.6 71.9 345.5) |
| OKLCH | oklch(0.715 0.216 347.3) |
Copy-ready code
/* CSS */
color: #fd5dbc;
background-color: #fd5dbc;
/* Tailwind (arbitrary) */
class="text-[#fd5dbc] bg-[#fd5dbc]"
/* SCSS */
$brand: #fd5dbc;
/* SwiftUI */
Color(red: 0.992, green: 0.365, blue: 0.737)
/* Android */
Color.parseColor("#fd5dbc")Accessibility — WCAG contrast
Aa
#fd5dbc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5dbc on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow25.7%
Key (black)0.8%
Color previews
#fd5dbc text on a black background
contrast 7.47:1
Card sample
#fd5dbc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5dbc;
Background color
Panel with #fd5dbc background
background-color: #fd5dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 93, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 93, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5dbc; background: linear-gradient(135deg, #fd5dbc, #FD695D);