#f600af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 0, 175
HSL
317°, 100%, 48%
CMYK
0, 100, 29, 4
Luminance
0.2269
Every format
| HEX | #f600af |
| RGB | rgb(246, 0, 175) |
| HSL | hsl(317, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 29%, 4%) |
| LAB | lab(54.8 86.9 -24.2) |
| LCH | lch(54.8 90.2 344.4) |
| OKLCH | oklch(0.646 0.273 346.4) |
Copy-ready code
/* CSS */
color: #f600af;
background-color: #f600af;
/* Tailwind (arbitrary) */
class="text-[#f600af] bg-[#f600af]"
/* SCSS */
$brand: #f600af;
/* SwiftUI */
Color(red: 0.965, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#f600af")Accessibility — WCAG contrast
Aa
#f600af on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f600af on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green0.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow28.9%
Key (black)3.5%
Color previews
#f600af text on a black background
contrast 5.54:1
Card sample
#f600af text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f600af;
Background color
Panel with #f600af background
background-color: #f600af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f600af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f600af; background: linear-gradient(135deg, #f600af, #F6000B);