#f060df
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 96, 223
HSL
307°, 83%, 66%
CMYK
0, 60, 7, 6
Luminance
0.3222
Every format
| HEX | #f060df |
| RGB | rgb(240, 96, 223) |
| HSL | hsl(307, 83%, 66%) |
| CMYK | cmyk(0%, 60%, 7%, 6%) |
| LAB | lab(63.5 69.9 -38.1) |
| LCH | lch(63.5 79.6 331.4) |
| OKLCH | oklch(0.715 0.226 332.6) |
Copy-ready code
/* CSS */
color: #f060df;
background-color: #f060df;
/* Tailwind (arbitrary) */
class="text-[#f060df] bg-[#f060df]"
/* SCSS */
$brand: #f060df;
/* SwiftUI */
Color(red: 0.941, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#f060df")Accessibility — WCAG contrast
Aa
#f060df on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f060df on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green37.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow7.1%
Key (black)5.9%
Color previews
#f060df text on a black background
contrast 7.44:1
Card sample
#f060df text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f060df;
Background color
Panel with #f060df background
background-color: #f060df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f060df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f060df; background: linear-gradient(135deg, #f060df, #F0607F);