#f600c9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 0, 201
HSL
311°, 100%, 48%
CMYK
0, 100, 18, 4
Luminance
0.2381
Every format
| HEX | #f600c9 |
| RGB | rgb(246, 0, 201) |
| HSL | hsl(311, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 18%, 4%) |
| LAB | lab(55.9 89.8 -37.5) |
| LCH | lch(55.9 97.3 337.3) |
| OKLCH | oklch(0.658 0.287 339.2) |
Copy-ready code
/* CSS */
color: #f600c9;
background-color: #f600c9;
/* Tailwind (arbitrary) */
class="text-[#f600c9] bg-[#f600c9]"
/* SCSS */
$brand: #f600c9;
/* SwiftUI */
Color(red: 0.965, green: 0.000, blue: 0.788)
/* Android */
Color.parseColor("#f600c9")Accessibility — WCAG contrast
Aa
#f600c9 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f600c9 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green0.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow18.3%
Key (black)3.5%
Color previews
#f600c9 text on a black background
contrast 5.76:1
Card sample
#f600c9 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f600c9;
Background color
Panel with #f600c9 background
background-color: #f600c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f600c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 0, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 0, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f600c9; background: linear-gradient(135deg, #f600c9, #F60025);