#fd6dbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 109, 188
HSL
327°, 97%, 71%
CMYK
0, 57, 26, 1
Luminance
0.3545
Every format
| HEX | #fd6dbc |
| RGB | rgb(253, 109, 188) |
| HSL | hsl(327, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 26%, 1%) |
| LAB | lab(66.1 62.9 -14.3) |
| LCH | lch(66.1 64.5 347.2) |
| OKLCH | oklch(0.733 0.194 348.9) |
Copy-ready code
/* CSS */
color: #fd6dbc;
background-color: #fd6dbc;
/* Tailwind (arbitrary) */
class="text-[#fd6dbc] bg-[#fd6dbc]"
/* SCSS */
$brand: #fd6dbc;
/* SwiftUI */
Color(red: 0.992, green: 0.427, blue: 0.737)
/* Android */
Color.parseColor("#fd6dbc")Accessibility — WCAG contrast
Aa
#fd6dbc on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6dbc on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow25.7%
Key (black)0.8%
Color previews
#fd6dbc text on a black background
contrast 8.09:1
Card sample
#fd6dbc text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6dbc;
Background color
Panel with #fd6dbc background
background-color: #fd6dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 109, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 109, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6dbc; background: linear-gradient(135deg, #fd6dbc, #FD7E6D);