#fd6fdc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 111, 220
HSL
314°, 97%, 71%
CMYK
0, 56, 13, 1
Luminance
0.3742
Every format
| HEX | #fd6fdc |
| RGB | rgb(253, 111, 220) |
| HSL | hsl(314, 97%, 71%) |
| CMYK | cmyk(0%, 56%, 13%, 1%) |
| LAB | lab(67.6 66.5 -30.0) |
| LCH | lch(67.6 72.9 335.7) |
| OKLCH | oklch(0.748 0.211 337.4) |
Copy-ready code
/* CSS */
color: #fd6fdc;
background-color: #fd6fdc;
/* Tailwind (arbitrary) */
class="text-[#fd6fdc] bg-[#fd6fdc]"
/* SCSS */
$brand: #fd6fdc;
/* SwiftUI */
Color(red: 0.992, green: 0.435, blue: 0.863)
/* Android */
Color.parseColor("#fd6fdc")Accessibility — WCAG contrast
Aa
#fd6fdc on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6fdc on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow13.0%
Key (black)0.8%
Color previews
#fd6fdc text on a black background
contrast 8.48:1
Card sample
#fd6fdc text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6fdc;
Background color
Panel with #fd6fdc background
background-color: #fd6fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 111, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 111, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6fdc; background: linear-gradient(135deg, #fd6fdc, #FD6F7E);