#fd92ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 146, 236
HSL
310°, 96%, 78%
CMYK
0, 42, 7, 1
Luminance
0.4750
Every format
| HEX | #fd92ec |
| RGB | rgb(253, 146, 236) |
| HSL | hsl(310, 96%, 78%) |
| CMYK | cmyk(0%, 42%, 7%, 1%) |
| LAB | lab(74.5 52.5 -28.1) |
| LCH | lch(74.5 59.5 331.8) |
| OKLCH | oklch(0.801 0.168 333.1) |
Copy-ready code
/* CSS */
color: #fd92ec;
background-color: #fd92ec;
/* Tailwind (arbitrary) */
class="text-[#fd92ec] bg-[#fd92ec]"
/* SCSS */
$brand: #fd92ec;
/* SwiftUI */
Color(red: 0.992, green: 0.573, blue: 0.925)
/* Android */
Color.parseColor("#fd92ec")Accessibility — WCAG contrast
Aa
#fd92ec on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd92ec on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow6.7%
Key (black)0.8%
Color previews
#fd92ec text on a black background
contrast 10.50:1
Card sample
#fd92ec text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd92ec;
Background color
Panel with #fd92ec background
background-color: #fd92ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd92ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 146, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 146, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd92ec; background: linear-gradient(135deg, #fd92ec, #FD92A5);