#fd7fff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 127, 255
HSL
299°, 100%, 75%
CMYK
1, 50, 0, 0
Luminance
0.4328
Every format
| HEX | #fd7fff |
| RGB | rgb(253, 127, 255) |
| HSL | hsl(299, 100%, 75%) |
| CMYK | cmyk(1%, 50%, 0%, 0%) |
| LAB | lab(71.8 64.9 -42.8) |
| LCH | lch(71.8 77.7 326.6) |
| OKLCH | oklch(0.783 0.215 326.8) |
Copy-ready code
/* CSS */
color: #fd7fff;
background-color: #fd7fff;
/* Tailwind (arbitrary) */
class="text-[#fd7fff] bg-[#fd7fff]"
/* SCSS */
$brand: #fd7fff;
/* SwiftUI */
Color(red: 0.992, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#fd7fff")Accessibility — WCAG contrast
Aa
#fd7fff on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7fff on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.8%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#fd7fff text on a black background
contrast 9.66:1
Card sample
#fd7fff text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7fff;
Background color
Panel with #fd7fff background
background-color: #fd7fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7fff; background: linear-gradient(135deg, #fd7fff, #FF7FAC);