#fd6fbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 111, 188
HSL
328°, 97%, 71%
CMYK
0, 56, 26, 1
Luminance
0.3588
Every format
| HEX | #fd6fbc |
| RGB | rgb(253, 111, 188) |
| HSL | hsl(328, 97%, 71%) |
| CMYK | cmyk(0%, 56%, 26%, 1%) |
| LAB | lab(66.4 62.0 -13.8) |
| LCH | lch(66.4 63.5 347.5) |
| OKLCH | oklch(0.736 0.191 349.1) |
Copy-ready code
/* CSS */
color: #fd6fbc;
background-color: #fd6fbc;
/* Tailwind (arbitrary) */
class="text-[#fd6fbc] bg-[#fd6fbc]"
/* SCSS */
$brand: #fd6fbc;
/* SwiftUI */
Color(red: 0.992, green: 0.435, blue: 0.737)
/* Android */
Color.parseColor("#fd6fbc")Accessibility — WCAG contrast
Aa
#fd6fbc on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6fbc on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow25.7%
Key (black)0.8%
Color previews
#fd6fbc text on a black background
contrast 8.18:1
Card sample
#fd6fbc text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6fbc;
Background color
Panel with #fd6fbc background
background-color: #fd6fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 111, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 111, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6fbc; background: linear-gradient(135deg, #fd6fbc, #FD816F);