#f09485
a light, electric red · warm · closest name: salmon
RGB
240, 148, 133
HSL
8°, 78%, 73%
CMYK
0, 38, 45, 6
Luminance
0.4140
Every format
| HEX | #f09485 |
| RGB | rgb(240, 148, 133) |
| HSL | hsl(8, 78%, 73%) |
| CMYK | cmyk(0%, 38%, 45%, 6%) |
| LAB | lab(70.5 33.0 22.6) |
| LCH | lch(70.5 40.0 34.4) |
| OKLCH | oklch(0.758 0.114 29.9) |
Copy-ready code
/* CSS */
color: #f09485;
background-color: #f09485;
/* Tailwind (arbitrary) */
class="text-[#f09485] bg-[#f09485]"
/* SCSS */
$brand: #f09485;
/* SwiftUI */
Color(red: 0.941, green: 0.580, blue: 0.522)
/* Android */
Color.parseColor("#f09485")Accessibility — WCAG contrast
Aa
#f09485 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09485 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.0%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow44.6%
Key (black)5.9%
Color previews
#f09485 text on a black background
contrast 9.28:1
Card sample
#f09485 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09485;
Background color
Panel with #f09485 background
background-color: #f09485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 148, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 148, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09485; background: linear-gradient(135deg, #f09485, #F0DB85);