#f06c82
a light, electric red · warm · closest name: salmon
RGB
240, 108, 130
HSL
350°, 82%, 68%
CMYK
0, 55, 46, 6
Luminance
0.3086
Every format
| HEX | #f06c82 |
| RGB | rgb(240, 108, 130) |
| HSL | hsl(350, 82%, 68%) |
| CMYK | cmyk(0%, 55%, 46%, 6%) |
| LAB | lab(62.4 52.7 13.2) |
| LCH | lch(62.4 54.4 14.1) |
| OKLCH | oklch(0.696 0.163 12.0) |
Copy-ready code
/* CSS */
color: #f06c82;
background-color: #f06c82;
/* Tailwind (arbitrary) */
class="text-[#f06c82] bg-[#f06c82]"
/* SCSS */
$brand: #f06c82;
/* SwiftUI */
Color(red: 0.941, green: 0.424, blue: 0.510)
/* Android */
Color.parseColor("#f06c82")Accessibility — WCAG contrast
Aa
#f06c82 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06c82 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.4%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow45.8%
Key (black)5.9%
Color previews
#f06c82 text on a black background
contrast 7.17:1
Card sample
#f06c82 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06c82;
Background color
Panel with #f06c82 background
background-color: #f06c82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06c82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 108, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 108, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06c82; background: linear-gradient(135deg, #f06c82, #F0AE6C);