#f063fd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 99, 253
HSL
295°, 98%, 69%
CMYK
5, 61, 0, 1
Luminance
0.3454
Every format
| HEX | #f063fd |
| RGB | rgb(240, 99, 253) |
| HSL | hsl(295, 98%, 69%) |
| CMYK | cmyk(5%, 61%, 0%, 1%) |
| LAB | lab(65.4 73.6 -51.8) |
| LCH | lch(65.4 90.0 324.9) |
| OKLCH | oklch(0.733 0.246 324.2) |
Copy-ready code
/* CSS */
color: #f063fd;
background-color: #f063fd;
/* Tailwind (arbitrary) */
class="text-[#f063fd] bg-[#f063fd]"
/* SCSS */
$brand: #f063fd;
/* SwiftUI */
Color(red: 0.941, green: 0.388, blue: 0.992)
/* Android */
Color.parseColor("#f063fd")Accessibility — WCAG contrast
Aa
#f063fd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f063fd on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.8%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta60.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f063fd text on a black background
contrast 7.91:1
Card sample
#f063fd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f063fd;
Background color
Panel with #f063fd background
background-color: #f063fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f063fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 99, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 99, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f063fd; background: linear-gradient(135deg, #f063fd, #FD63A3);