#fd6baf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 107, 175
HSL
332°, 97%, 71%
CMYK
0, 58, 31, 1
Luminance
0.3449
Every format
| HEX | #fd6baf |
| RGB | rgb(253, 107, 175) |
| HSL | hsl(332, 97%, 71%) |
| CMYK | cmyk(0%, 58%, 31%, 1%) |
| LAB | lab(65.4 62.2 -8.0) |
| LCH | lch(65.4 62.7 352.6) |
| OKLCH | oklch(0.726 0.190 353.8) |
Copy-ready code
/* CSS */
color: #fd6baf;
background-color: #fd6baf;
/* Tailwind (arbitrary) */
class="text-[#fd6baf] bg-[#fd6baf]"
/* SCSS */
$brand: #fd6baf;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#fd6baf")Accessibility — WCAG contrast
Aa
#fd6baf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6baf on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow30.8%
Key (black)0.8%
Color previews
#fd6baf text on a black background
contrast 7.90:1
Card sample
#fd6baf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6baf;
Background color
Panel with #fd6baf background
background-color: #fd6baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6baf; background: linear-gradient(135deg, #fd6baf, #FD896B);