#fd83ee
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 131, 238
HSL
307°, 97%, 75%
CMYK
0, 48, 6, 1
Luminance
0.4329
Every format
| HEX | #fd83ee |
| RGB | rgb(253, 131, 238) |
| HSL | hsl(307, 97%, 75%) |
| CMYK | cmyk(0%, 48%, 6%, 1%) |
| LAB | lab(71.8 60.1 -33.5) |
| LCH | lch(71.8 68.8 330.9) |
| OKLCH | oklch(0.781 0.194 332.0) |
Copy-ready code
/* CSS */
color: #fd83ee;
background-color: #fd83ee;
/* Tailwind (arbitrary) */
class="text-[#fd83ee] bg-[#fd83ee]"
/* SCSS */
$brand: #fd83ee;
/* SwiftUI */
Color(red: 0.992, green: 0.514, blue: 0.933)
/* Android */
Color.parseColor("#fd83ee")Accessibility — WCAG contrast
Aa
#fd83ee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd83ee on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow5.9%
Key (black)0.8%
Color previews
#fd83ee text on a black background
contrast 9.66:1
Card sample
#fd83ee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd83ee;
Background color
Panel with #fd83ee background
background-color: #fd83ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd83ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 131, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 131, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd83ee; background: linear-gradient(135deg, #fd83ee, #FD839D);