#fd6cf9
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 108, 249
HSL
302°, 97%, 71%
CMYK
0, 57, 2, 1
Luminance
0.3845
Every format
| HEX | #fd6cf9 |
| RGB | rgb(253, 108, 249) |
| HSL | hsl(302, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 2%, 1%) |
| LAB | lab(68.3 72.3 -44.8) |
| LCH | lch(68.3 85.0 328.2) |
| OKLCH | oklch(0.758 0.237 328.7) |
Copy-ready code
/* CSS */
color: #fd6cf9;
background-color: #fd6cf9;
/* Tailwind (arbitrary) */
class="text-[#fd6cf9] bg-[#fd6cf9]"
/* SCSS */
$brand: #fd6cf9;
/* SwiftUI */
Color(red: 0.992, green: 0.424, blue: 0.976)
/* Android */
Color.parseColor("#fd6cf9")Accessibility — WCAG contrast
Aa
#fd6cf9 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6cf9 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.4%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow1.6%
Key (black)0.8%
Color previews
#fd6cf9 text on a black background
contrast 8.69:1
Card sample
#fd6cf9 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6cf9;
Background color
Panel with #fd6cf9 background
background-color: #fd6cf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6cf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 108, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 108, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6cf9; background: linear-gradient(135deg, #fd6cf9, #FD6C98);