#f2a08b
a light, electric red · warm · closest name: salmon
RGB
242, 160, 139
HSL
12°, 80%, 75%
CMYK
0, 34, 43, 5
Luminance
0.4588
Every format
| HEX | #f2a08b |
| RGB | rgb(242, 160, 139) |
| HSL | hsl(12, 80%, 75%) |
| CMYK | cmyk(0%, 34%, 43%, 5%) |
| LAB | lab(73.5 28.1 23.5) |
| LCH | lch(73.5 36.6 39.9) |
| OKLCH | oklch(0.782 0.103 35.0) |
Copy-ready code
/* CSS */
color: #f2a08b;
background-color: #f2a08b;
/* Tailwind (arbitrary) */
class="text-[#f2a08b] bg-[#f2a08b]"
/* SCSS */
$brand: #f2a08b;
/* SwiftUI */
Color(red: 0.949, green: 0.627, blue: 0.545)
/* Android */
Color.parseColor("#f2a08b")Accessibility — WCAG contrast
Aa
#f2a08b on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2a08b on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.7%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow42.6%
Key (black)5.1%
Color previews
#f2a08b text on a black background
contrast 10.18:1
Card sample
#f2a08b text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2a08b;
Background color
Panel with #f2a08b background
background-color: #f2a08b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2a08b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 160, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 160, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2a08b; background: linear-gradient(135deg, #f2a08b, #F2E58B);