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