#fd92f3
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 146, 243
HSL
306°, 96%, 78%
CMYK
0, 42, 4, 1
Luminance
0.4791
Every format
| HEX | #fd92f3 |
| RGB | rgb(253, 146, 243) |
| HSL | hsl(306, 96%, 78%) |
| CMYK | cmyk(0%, 42%, 4%, 1%) |
| LAB | lab(74.8 53.6 -31.5) |
| LCH | lch(74.8 62.2 329.5) |
| OKLCH | oklch(0.804 0.174 330.5) |
Copy-ready code
/* CSS */
color: #fd92f3;
background-color: #fd92f3;
/* Tailwind (arbitrary) */
class="text-[#fd92f3] bg-[#fd92f3]"
/* SCSS */
$brand: #fd92f3;
/* SwiftUI */
Color(red: 0.992, green: 0.573, blue: 0.953)
/* Android */
Color.parseColor("#fd92f3")Accessibility — WCAG contrast
Aa
#fd92f3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd92f3 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.3%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow4.0%
Key (black)0.8%
Color previews
#fd92f3 text on a black background
contrast 10.58:1
Card sample
#fd92f3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd92f3;
Background color
Panel with #fd92f3 background
background-color: #fd92f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd92f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 146, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 146, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd92f3; background: linear-gradient(135deg, #fd92f3, #FD92AC);