#fd6dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 109, 191
HSL
326°, 97%, 71%
CMYK
0, 57, 25, 1
Luminance
0.3558
Every format
| HEX | #fd6dbf |
| RGB | rgb(253, 109, 191) |
| HSL | hsl(326, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 25%, 1%) |
| LAB | lab(66.2 63.3 -15.8) |
| LCH | lch(66.2 65.3 346.0) |
| OKLCH | oklch(0.734 0.195 347.7) |
Copy-ready code
/* CSS */
color: #fd6dbf;
background-color: #fd6dbf;
/* Tailwind (arbitrary) */
class="text-[#fd6dbf] bg-[#fd6dbf]"
/* SCSS */
$brand: #fd6dbf;
/* SwiftUI */
Color(red: 0.992, green: 0.427, blue: 0.749)
/* Android */
Color.parseColor("#fd6dbf")Accessibility — WCAG contrast
Aa
#fd6dbf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6dbf on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow24.5%
Key (black)0.8%
Color previews
#fd6dbf text on a black background
contrast 8.12:1
Card sample
#fd6dbf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6dbf;
Background color
Panel with #fd6dbf background
background-color: #fd6dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 109, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 109, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6dbf; background: linear-gradient(135deg, #fd6dbf, #FD7B6D);