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