#fd6abc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 106, 188
HSL
327°, 97%, 70%
CMYK
0, 58, 26, 1
Luminance
0.3482
Every format
| HEX | #fd6abc |
| RGB | rgb(253, 106, 188) |
| HSL | hsl(327, 97%, 70%) |
| CMYK | cmyk(0%, 58%, 26%, 1%) |
| LAB | lab(65.6 64.2 -15.0) |
| LCH | lch(65.6 66.0 346.8) |
| OKLCH | oklch(0.730 0.198 348.5) |
Copy-ready code
/* CSS */
color: #fd6abc;
background-color: #fd6abc;
/* Tailwind (arbitrary) */
class="text-[#fd6abc] bg-[#fd6abc]"
/* SCSS */
$brand: #fd6abc;
/* SwiftUI */
Color(red: 0.992, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#fd6abc")Accessibility — WCAG contrast
Aa
#fd6abc on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6abc on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow25.7%
Key (black)0.8%
Color previews
#fd6abc text on a black background
contrast 7.96:1
Card sample
#fd6abc text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6abc;
Background color
Panel with #fd6abc background
background-color: #fd6abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 106, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 106, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6abc; background: linear-gradient(135deg, #fd6abc, #FD7A6A);