#fd77eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 119, 235
HSL
308°, 97%, 73%
CMYK
0, 53, 7, 1
Luminance
0.4007
Every format
| HEX | #fd77eb |
| RGB | rgb(253, 119, 235) |
| HSL | hsl(308, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 7%, 1%) |
| LAB | lab(69.5 65.2 -35.3) |
| LCH | lch(69.5 74.2 331.6) |
| OKLCH | oklch(0.764 0.210 332.8) |
Copy-ready code
/* CSS */
color: #fd77eb;
background-color: #fd77eb;
/* Tailwind (arbitrary) */
class="text-[#fd77eb] bg-[#fd77eb]"
/* SCSS */
$brand: #fd77eb;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#fd77eb")Accessibility — WCAG contrast
Aa
#fd77eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd77eb on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow7.1%
Key (black)0.8%
Color previews
#fd77eb text on a black background
contrast 9.01:1
Card sample
#fd77eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd77eb;
Background color
Panel with #fd77eb background
background-color: #fd77eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd77eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd77eb; background: linear-gradient(135deg, #fd77eb, #FD7791);