#fba08f
a light, electric red · warm · closest name: salmon
RGB
251, 160, 143
HSL
9°, 93%, 77%
CMYK
0, 36, 43, 2
Luminance
0.4763
Every format
| HEX | #fba08f |
| RGB | rgb(251, 160, 143) |
| HSL | hsl(9, 93%, 77%) |
| CMYK | cmyk(0%, 36%, 43%, 2%) |
| LAB | lab(74.6 31.9 23.0) |
| LCH | lch(74.6 39.4 35.8) |
| OKLCH | oklch(0.793 0.112 31.2) |
Copy-ready code
/* CSS */
color: #fba08f;
background-color: #fba08f;
/* Tailwind (arbitrary) */
class="text-[#fba08f] bg-[#fba08f]"
/* SCSS */
$brand: #fba08f;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.561)
/* Android */
Color.parseColor("#fba08f")Accessibility — WCAG contrast
Aa
#fba08f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba08f on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow43.0%
Key (black)1.6%
Color previews
#fba08f text on a black background
contrast 10.53:1
Card sample
#fba08f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba08f;
Background color
Panel with #fba08f background
background-color: #fba08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba08f; background: linear-gradient(135deg, #fba08f, #FBE88F);