#f60eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 14, 176
HSL
318°, 93%, 51%
CMYK
0, 94, 29, 4
Luminance
0.2304
Every format
| HEX | #f60eb0 |
| RGB | rgb(246, 14, 176) |
| HSL | hsl(318, 93%, 51%) |
| CMYK | cmyk(0%, 94%, 29%, 4%) |
| LAB | lab(55.1 86.0 -24.2) |
| LCH | lch(55.1 89.4 344.3) |
| OKLCH | oklch(0.649 0.271 346.3) |
Copy-ready code
/* CSS */
color: #f60eb0;
background-color: #f60eb0;
/* Tailwind (arbitrary) */
class="text-[#f60eb0] bg-[#f60eb0]"
/* SCSS */
$brand: #f60eb0;
/* SwiftUI */
Color(red: 0.965, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#f60eb0")Accessibility — WCAG contrast
Aa
#f60eb0 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60eb0 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green5.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow28.5%
Key (black)3.5%
Color previews
#f60eb0 text on a black background
contrast 5.61:1
Card sample
#f60eb0 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60eb0;
Background color
Panel with #f60eb0 background
background-color: #f60eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60eb0; background: linear-gradient(135deg, #f60eb0, #F60E15);