#f600da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 0, 218
HSL
307°, 100%, 48%
CMYK
0, 100, 11, 4
Luminance
0.2465
Every format
| HEX | #f600da |
| RGB | rgb(246, 0, 218) |
| HSL | hsl(307, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 11%, 4%) |
| LAB | lab(56.7 91.9 -45.9) |
| LCH | lch(56.7 102.7 333.5) |
| OKLCH | oklch(0.667 0.297 334.9) |
Copy-ready code
/* CSS */
color: #f600da;
background-color: #f600da;
/* Tailwind (arbitrary) */
class="text-[#f600da] bg-[#f600da]"
/* SCSS */
$brand: #f600da;
/* SwiftUI */
Color(red: 0.965, green: 0.000, blue: 0.855)
/* Android */
Color.parseColor("#f600da")Accessibility — WCAG contrast
Aa
#f600da on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f600da on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green0.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow11.4%
Key (black)3.5%
Color previews
#f600da text on a black background
contrast 5.93:1
Card sample
#f600da text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f600da;
Background color
Panel with #f600da background
background-color: #f600da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f600da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 0, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 0, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f600da; background: linear-gradient(135deg, #f600da, #F60036);