#fd92fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 146, 254
HSL
299°, 98%, 78%
CMYK
0, 43, 0, 0
Luminance
0.4860
Every format
| HEX | #fd92fe |
| RGB | rgb(253, 146, 254) |
| HSL | hsl(299, 98%, 78%) |
| CMYK | cmyk(0%, 43%, 0%, 0%) |
| LAB | lab(75.2 55.6 -36.8) |
| LCH | lch(75.2 66.7 326.5) |
| OKLCH | oklch(0.809 0.184 326.8) |
Copy-ready code
/* CSS */
color: #fd92fe;
background-color: #fd92fe;
/* Tailwind (arbitrary) */
class="text-[#fd92fe] bg-[#fd92fe]"
/* SCSS */
$brand: #fd92fe;
/* SwiftUI */
Color(red: 0.992, green: 0.573, blue: 0.996)
/* Android */
Color.parseColor("#fd92fe")Accessibility — WCAG contrast
Aa
#fd92fe on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd92fe on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.3%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta42.5%
Yellow0.0%
Key (black)0.4%
Color previews
#fd92fe text on a black background
contrast 10.72:1
Card sample
#fd92fe text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd92fe;
Background color
Panel with #fd92fe background
background-color: #fd92fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd92fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 146, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 146, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd92fe; background: linear-gradient(135deg, #fd92fe, #FE92B7);