#f60eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 14, 179
HSL
317°, 93%, 51%
CMYK
0, 94, 27, 4
Luminance
0.2316
Every format
| HEX | #f60eb3 |
| RGB | rgb(246, 14, 179) |
| HSL | hsl(317, 93%, 51%) |
| CMYK | cmyk(0%, 94%, 27%, 4%) |
| LAB | lab(55.2 86.3 -25.8) |
| LCH | lch(55.2 90.1 343.4) |
| OKLCH | oklch(0.651 0.272 345.4) |
Copy-ready code
/* CSS */
color: #f60eb3;
background-color: #f60eb3;
/* Tailwind (arbitrary) */
class="text-[#f60eb3] bg-[#f60eb3]"
/* SCSS */
$brand: #f60eb3;
/* SwiftUI */
Color(red: 0.965, green: 0.055, blue: 0.702)
/* Android */
Color.parseColor("#f60eb3")Accessibility — WCAG contrast
Aa
#f60eb3 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60eb3 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green5.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow27.2%
Key (black)3.5%
Color previews
#f60eb3 text on a black background
contrast 5.63:1
Card sample
#f60eb3 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60eb3;
Background color
Panel with #f60eb3 background
background-color: #f60eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 14, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 14, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60eb3; background: linear-gradient(135deg, #f60eb3, #F60E19);