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