#f060cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 96, 207
HSL
314°, 83%, 66%
CMYK
0, 60, 14, 6
Luminance
0.3140
Every format
| HEX | #f060cf |
| RGB | rgb(240, 96, 207) |
| HSL | hsl(314, 83%, 66%) |
| CMYK | cmyk(0%, 60%, 14%, 6%) |
| LAB | lab(62.8 67.5 -30.2) |
| LCH | lch(62.8 73.9 335.9) |
| OKLCH | oklch(0.708 0.214 337.6) |
Copy-ready code
/* CSS */
color: #f060cf;
background-color: #f060cf;
/* Tailwind (arbitrary) */
class="text-[#f060cf] bg-[#f060cf]"
/* SCSS */
$brand: #f060cf;
/* SwiftUI */
Color(red: 0.941, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#f060cf")Accessibility — WCAG contrast
Aa
#f060cf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f060cf on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green37.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow13.7%
Key (black)5.9%
Color previews
#f060cf text on a black background
contrast 7.28:1
Card sample
#f060cf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f060cf;
Background color
Panel with #f060cf background
background-color: #f060cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f060cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f060cf; background: linear-gradient(135deg, #f060cf, #F0606F);