#fd6ffc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 111, 252
HSL
300°, 97%, 71%
CMYK
0, 56, 0, 1
Luminance
0.3928
Every format
| HEX | #fd6ffc |
| RGB | rgb(253, 111, 252) |
| HSL | hsl(300, 97%, 71%) |
| CMYK | cmyk(0%, 56%, 0%, 1%) |
| LAB | lab(69.0 71.5 -45.5) |
| LCH | lch(69.0 84.8 327.5) |
| OKLCH | oklch(0.762 0.235 327.9) |
Copy-ready code
/* CSS */
color: #fd6ffc;
background-color: #fd6ffc;
/* Tailwind (arbitrary) */
class="text-[#fd6ffc] bg-[#fd6ffc]"
/* SCSS */
$brand: #fd6ffc;
/* SwiftUI */
Color(red: 0.992, green: 0.435, blue: 0.988)
/* Android */
Color.parseColor("#fd6ffc")Accessibility — WCAG contrast
Aa
#fd6ffc on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6ffc on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow0.4%
Key (black)0.8%
Color previews
#fd6ffc text on a black background
contrast 8.86:1
Card sample
#fd6ffc text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6ffc;
Background color
Panel with #fd6ffc background
background-color: #fd6ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 111, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 111, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6ffc; background: linear-gradient(135deg, #fd6ffc, #FD6F9D);