#fd6dba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 109, 186
HSL
328°, 97%, 71%
CMYK
0, 57, 27, 1
Luminance
0.3537
Every format
| HEX | #fd6dba |
| RGB | rgb(253, 109, 186) |
| HSL | hsl(328, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 27%, 1%) |
| LAB | lab(66.0 62.6 -13.3) |
| LCH | lch(66.0 64.0 348.1) |
| OKLCH | oklch(0.732 0.193 349.7) |
Copy-ready code
/* CSS */
color: #fd6dba;
background-color: #fd6dba;
/* Tailwind (arbitrary) */
class="text-[#fd6dba] bg-[#fd6dba]"
/* SCSS */
$brand: #fd6dba;
/* SwiftUI */
Color(red: 0.992, green: 0.427, blue: 0.729)
/* Android */
Color.parseColor("#fd6dba")Accessibility — WCAG contrast
Aa
#fd6dba on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6dba on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow26.5%
Key (black)0.8%
Color previews
#fd6dba text on a black background
contrast 8.07:1
Card sample
#fd6dba text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6dba;
Background color
Panel with #fd6dba background
background-color: #fd6dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 109, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 109, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6dba; background: linear-gradient(135deg, #fd6dba, #FD806D);