#f60dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 13, 253
HSL
298°, 98%, 52%
CMYK
3, 95, 0, 1
Luminance
0.2697
Every format
| HEX | #f60dfd |
| RGB | rgb(246, 13, 253) |
| HSL | hsl(298, 98%, 52%) |
| CMYK | cmyk(3%, 95%, 0%, 1%) |
| LAB | lab(59.0 95.8 -62.0) |
| LCH | lch(59.0 114.1 327.1) |
| OKLCH | oklch(0.689 0.316 326.8) |
Copy-ready code
/* CSS */
color: #f60dfd;
background-color: #f60dfd;
/* Tailwind (arbitrary) */
class="text-[#f60dfd] bg-[#f60dfd]"
/* SCSS */
$brand: #f60dfd;
/* SwiftUI */
Color(red: 0.965, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#f60dfd")Accessibility — WCAG contrast
Aa
#f60dfd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60dfd on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green5.1%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f60dfd text on a black background
contrast 6.39:1
Card sample
#f60dfd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60dfd;
Background color
Panel with #f60dfd background
background-color: #f60dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60dfd; background: linear-gradient(135deg, #f60dfd, #FD0D64);