#f600b2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 0, 178
HSL
317°, 100%, 48%
CMYK
0, 100, 28, 4
Luminance
0.2281
Every format
| HEX | #f600b2 |
| RGB | rgb(246, 0, 178) |
| HSL | hsl(317, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 28%, 4%) |
| LAB | lab(54.9 87.2 -25.8) |
| LCH | lch(54.9 90.9 343.5) |
| OKLCH | oklch(0.648 0.275 345.6) |
Copy-ready code
/* CSS */
color: #f600b2;
background-color: #f600b2;
/* Tailwind (arbitrary) */
class="text-[#f600b2] bg-[#f600b2]"
/* SCSS */
$brand: #f600b2;
/* SwiftUI */
Color(red: 0.965, green: 0.000, blue: 0.698)
/* Android */
Color.parseColor("#f600b2")Accessibility — WCAG contrast
Aa
#f600b2 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f600b2 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green0.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow27.6%
Key (black)3.5%
Color previews
#f600b2 text on a black background
contrast 5.56:1
Card sample
#f600b2 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f600b2;
Background color
Panel with #f600b2 background
background-color: #f600b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f600b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 0, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 0, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f600b2; background: linear-gradient(135deg, #f600b2, #F6000E);