#f06f8c
a light, electric red · warm · closest name: salmon
RGB
240, 111, 140
HSL
347°, 81%, 69%
CMYK
0, 54, 42, 6
Luminance
0.3179
Every format
| HEX | #f06f8c |
| RGB | rgb(240, 111, 140) |
| HSL | hsl(347, 81%, 69%) |
| CMYK | cmyk(0%, 54%, 42%, 6%) |
| LAB | lab(63.2 52.3 8.6) |
| LCH | lch(63.2 53.0 9.3) |
| OKLCH | oklch(0.703 0.161 8.1) |
Copy-ready code
/* CSS */
color: #f06f8c;
background-color: #f06f8c;
/* Tailwind (arbitrary) */
class="text-[#f06f8c] bg-[#f06f8c]"
/* SCSS */
$brand: #f06f8c;
/* SwiftUI */
Color(red: 0.941, green: 0.435, blue: 0.549)
/* Android */
Color.parseColor("#f06f8c")Accessibility — WCAG contrast
Aa
#f06f8c on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06f8c on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow41.7%
Key (black)5.9%
Color previews
#f06f8c text on a black background
contrast 7.36:1
Card sample
#f06f8c text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06f8c;
Background color
Panel with #f06f8c background
background-color: #f06f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 111, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 111, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06f8c; background: linear-gradient(135deg, #f06f8c, #F0A86F);