#fd68da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 104, 218
HSL
314°, 97%, 70%
CMYK
0, 59, 14, 1
Luminance
0.3585
Every format
| HEX | #fd68da |
| RGB | rgb(253, 104, 218) |
| HSL | hsl(314, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 14%, 1%) |
| LAB | lab(66.4 69.2 -30.7) |
| LCH | lch(66.4 75.7 336.1) |
| OKLCH | oklch(0.739 0.220 337.8) |
Copy-ready code
/* CSS */
color: #fd68da;
background-color: #fd68da;
/* Tailwind (arbitrary) */
class="text-[#fd68da] bg-[#fd68da]"
/* SCSS */
$brand: #fd68da;
/* SwiftUI */
Color(red: 0.992, green: 0.408, blue: 0.855)
/* Android */
Color.parseColor("#fd68da")Accessibility — WCAG contrast
Aa
#fd68da on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd68da on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow13.8%
Key (black)0.8%
Color previews
#fd68da text on a black background
contrast 8.17:1
Card sample
#fd68da text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd68da;
Background color
Panel with #fd68da background
background-color: #fd68da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd68da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 104, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 104, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd68da; background: linear-gradient(135deg, #fd68da, #FD6877);