#f0668c
a light, electric magenta / pink · warm · closest name: salmon
RGB
240, 102, 140
HSL
344°, 82%, 67%
CMYK
0, 58, 42, 6
Luminance
0.2992
Every format
| HEX | #f0668c |
| RGB | rgb(240, 102, 140) |
| HSL | hsl(344, 82%, 67%) |
| CMYK | cmyk(0%, 58%, 42%, 6%) |
| LAB | lab(61.6 56.5 6.3) |
| LCH | lch(61.6 56.8 6.4) |
| OKLCH | oklch(0.691 0.173 5.6) |
Copy-ready code
/* CSS */
color: #f0668c;
background-color: #f0668c;
/* Tailwind (arbitrary) */
class="text-[#f0668c] bg-[#f0668c]"
/* SCSS */
$brand: #f0668c;
/* SwiftUI */
Color(red: 0.941, green: 0.400, blue: 0.549)
/* Android */
Color.parseColor("#f0668c")Accessibility — WCAG contrast
Aa
#f0668c on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0668c on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green40.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow41.7%
Key (black)5.9%
Color previews
#f0668c text on a black background
contrast 6.98:1
Card sample
#f0668c text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0668c;
Background color
Panel with #f0668c background
background-color: #f0668c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0668c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 102, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 102, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0668c; background: linear-gradient(135deg, #f0668c, #F09C66);