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