#f05dfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
240, 93, 253
HSL
295°, 98%, 68%
CMYK
5, 63, 0, 1
Luminance
0.3345
Every format
| HEX | #f05dfd |
| RGB | rgb(240, 93, 253) |
| HSL | hsl(295, 98%, 68%) |
| CMYK | cmyk(5%, 63%, 0%, 1%) |
| LAB | lab(64.5 76.0 -53.2) |
| LCH | lch(64.5 92.7 325.0) |
| OKLCH | oklch(0.727 0.254 324.4) |
Copy-ready code
/* CSS */
color: #f05dfd;
background-color: #f05dfd;
/* Tailwind (arbitrary) */
class="text-[#f05dfd] bg-[#f05dfd]"
/* SCSS */
$brand: #f05dfd;
/* SwiftUI */
Color(red: 0.941, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#f05dfd")Accessibility — WCAG contrast
Aa
#f05dfd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f05dfd on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green36.5%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f05dfd text on a black background
contrast 7.69:1
Card sample
#f05dfd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05dfd;
Background color
Panel with #f05dfd background
background-color: #f05dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05dfd; background: linear-gradient(135deg, #f05dfd, #FD5D9F);