#fd6ecb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 110, 203
HSL
321°, 97%, 71%
CMYK
0, 57, 20, 1
Luminance
0.3635
Every format
| HEX | #fd6ecb |
| RGB | rgb(253, 110, 203) |
| HSL | hsl(321, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 20%, 1%) |
| LAB | lab(66.8 64.5 -21.7) |
| LCH | lch(66.8 68.0 341.4) |
| OKLCH | oklch(0.740 0.201 343.3) |
Copy-ready code
/* CSS */
color: #fd6ecb;
background-color: #fd6ecb;
/* Tailwind (arbitrary) */
class="text-[#fd6ecb] bg-[#fd6ecb]"
/* SCSS */
$brand: #fd6ecb;
/* SwiftUI */
Color(red: 0.992, green: 0.431, blue: 0.796)
/* Android */
Color.parseColor("#fd6ecb")Accessibility — WCAG contrast
Aa
#fd6ecb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6ecb on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow19.8%
Key (black)0.8%
Color previews
#fd6ecb text on a black background
contrast 8.27:1
Card sample
#fd6ecb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6ecb;
Background color
Panel with #fd6ecb background
background-color: #fd6ecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6ecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 110, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 110, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6ecb; background: linear-gradient(135deg, #fd6ecb, #FD706E);