#f60cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 12, 223
HSL
306°, 93%, 51%
CMYK
0, 95, 9, 4
Luminance
0.2518
Every format
| HEX | #f60cdf |
| RGB | rgb(246, 12, 223) |
| HSL | hsl(306, 93%, 51%) |
| CMYK | cmyk(0%, 95%, 9%, 4%) |
| LAB | lab(57.3 91.7 -47.9) |
| LCH | lch(57.3 103.5 332.4) |
| OKLCH | oklch(0.672 0.297 333.7) |
Copy-ready code
/* CSS */
color: #f60cdf;
background-color: #f60cdf;
/* Tailwind (arbitrary) */
class="text-[#f60cdf] bg-[#f60cdf]"
/* SCSS */
$brand: #f60cdf;
/* SwiftUI */
Color(red: 0.965, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#f60cdf")Accessibility — WCAG contrast
Aa
#f60cdf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60cdf on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green4.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow9.3%
Key (black)3.5%
Color previews
#f60cdf text on a black background
contrast 6.04:1
Card sample
#f60cdf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60cdf;
Background color
Panel with #f60cdf background
background-color: #f60cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60cdf; background: linear-gradient(135deg, #f60cdf, #F60C43);