#fd68ab
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 104, 171
HSL
333°, 97%, 70%
CMYK
0, 59, 32, 1
Luminance
0.3372
Every format
| HEX | #fd68ab |
| RGB | rgb(253, 104, 171) |
| HSL | hsl(333, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 32%, 1%) |
| LAB | lab(64.8 63.0 -6.7) |
| LCH | lch(64.8 63.4 354.0) |
| OKLCH | oklch(0.721 0.193 355.0) |
Copy-ready code
/* CSS */
color: #fd68ab;
background-color: #fd68ab;
/* Tailwind (arbitrary) */
class="text-[#fd68ab] bg-[#fd68ab]"
/* SCSS */
$brand: #fd68ab;
/* SwiftUI */
Color(red: 0.992, green: 0.408, blue: 0.671)
/* Android */
Color.parseColor("#fd68ab")Accessibility — WCAG contrast
Aa
#fd68ab on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd68ab on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow32.4%
Key (black)0.8%
Color previews
#fd68ab text on a black background
contrast 7.74:1
Card sample
#fd68ab text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd68ab;
Background color
Panel with #fd68ab background
background-color: #fd68ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd68ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 104, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 104, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd68ab; background: linear-gradient(135deg, #fd68ab, #FD8868);