#f08c85
a light, electric red · warm · closest name: salmon
RGB
240, 140, 133
HSL
4°, 78%, 73%
CMYK
0, 42, 45, 6
Luminance
0.3897
Every format
| HEX | #f08c85 |
| RGB | rgb(240, 140, 133) |
| HSL | hsl(4, 78%, 73%) |
| CMYK | cmyk(0%, 42%, 45%, 6%) |
| LAB | lab(68.7 37.2 20.3) |
| LCH | lch(68.7 42.4 28.6) |
| OKLCH | oklch(0.745 0.123 24.7) |
Copy-ready code
/* CSS */
color: #f08c85;
background-color: #f08c85;
/* Tailwind (arbitrary) */
class="text-[#f08c85] bg-[#f08c85]"
/* SCSS */
$brand: #f08c85;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.522)
/* Android */
Color.parseColor("#f08c85")Accessibility — WCAG contrast
Aa
#f08c85 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08c85 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow44.6%
Key (black)5.9%
Color previews
#f08c85 text on a black background
contrast 8.79:1
Card sample
#f08c85 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08c85;
Background color
Panel with #f08c85 background
background-color: #f08c85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08c85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08c85; background: linear-gradient(135deg, #f08c85, #F0D385);