#fd6bcb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 107, 203
HSL
321°, 97%, 71%
CMYK
0, 58, 20, 1
Luminance
0.3571
Every format
| HEX | #fd6bcb |
| RGB | rgb(253, 107, 203) |
| HSL | hsl(321, 97%, 71%) |
| CMYK | cmyk(0%, 58%, 20%, 1%) |
| LAB | lab(66.3 65.8 -22.4) |
| LCH | lch(66.3 69.5 341.2) |
| OKLCH | oklch(0.736 0.205 343.1) |
Copy-ready code
/* CSS */
color: #fd6bcb;
background-color: #fd6bcb;
/* Tailwind (arbitrary) */
class="text-[#fd6bcb] bg-[#fd6bcb]"
/* SCSS */
$brand: #fd6bcb;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.796)
/* Android */
Color.parseColor("#fd6bcb")Accessibility — WCAG contrast
Aa
#fd6bcb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6bcb on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow19.8%
Key (black)0.8%
Color previews
#fd6bcb text on a black background
contrast 8.14:1
Card sample
#fd6bcb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6bcb;
Background color
Panel with #fd6bcb background
background-color: #fd6bcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6bcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6bcb; background: linear-gradient(135deg, #fd6bcb, #FD6C6B);