#fd85ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 133, 236
HSL
309°, 97%, 76%
CMYK
0, 47, 7, 1
Luminance
0.4371
Every format
| HEX | #fd85ec |
| RGB | rgb(253, 133, 236) |
| HSL | hsl(309, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 7%, 1%) |
| LAB | lab(72.0 58.9 -31.9) |
| LCH | lch(72.0 67.0 331.5) |
| OKLCH | oklch(0.783 0.189 332.7) |
Copy-ready code
/* CSS */
color: #fd85ec;
background-color: #fd85ec;
/* Tailwind (arbitrary) */
class="text-[#fd85ec] bg-[#fd85ec]"
/* SCSS */
$brand: #fd85ec;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.925)
/* Android */
Color.parseColor("#fd85ec")Accessibility — WCAG contrast
Aa
#fd85ec on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd85ec on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow6.7%
Key (black)0.8%
Color previews
#fd85ec text on a black background
contrast 9.74:1
Card sample
#fd85ec text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd85ec;
Background color
Panel with #fd85ec background
background-color: #fd85ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd85ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd85ec; background: linear-gradient(135deg, #fd85ec, #FD859C);