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