#fd7cff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 124, 255
HSL
299°, 100%, 74%
CMYK
1, 51, 0, 0
Luminance
0.4252
Every format
| HEX | #fd7cff |
| RGB | rgb(253, 124, 255) |
| HSL | hsl(299, 100%, 74%) |
| CMYK | cmyk(1%, 51%, 0%, 0%) |
| LAB | lab(71.2 66.3 -43.6) |
| LCH | lch(71.2 79.3 326.7) |
| OKLCH | oklch(0.780 0.219 326.8) |
Copy-ready code
/* CSS */
color: #fd7cff;
background-color: #fd7cff;
/* Tailwind (arbitrary) */
class="text-[#fd7cff] bg-[#fd7cff]"
/* SCSS */
$brand: #fd7cff;
/* SwiftUI */
Color(red: 0.992, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#fd7cff")Accessibility — WCAG contrast
Aa
#fd7cff on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7cff on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.6%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#fd7cff text on a black background
contrast 9.50:1
Card sample
#fd7cff text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7cff;
Background color
Panel with #fd7cff background
background-color: #fd7cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7cff; background: linear-gradient(135deg, #fd7cff, #FF7CAA);