#fba992
a light, electric red · warm · closest name: salmon
RGB
251, 169, 146
HSL
13°, 93%, 78%
CMYK
0, 33, 42, 2
Luminance
0.5096
Every format
| HEX | #fba992 |
| RGB | rgb(251, 169, 146) |
| HSL | hsl(13, 93%, 78%) |
| CMYK | cmyk(0%, 33%, 42%, 2%) |
| LAB | lab(76.7 27.5 24.2) |
| LCH | lch(76.7 36.6 41.3) |
| OKLCH | oklch(0.809 0.103 36.4) |
Copy-ready code
/* CSS */
color: #fba992;
background-color: #fba992;
/* Tailwind (arbitrary) */
class="text-[#fba992] bg-[#fba992]"
/* SCSS */
$brand: #fba992;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.573)
/* Android */
Color.parseColor("#fba992")Accessibility — WCAG contrast
Aa
#fba992 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba992 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow41.8%
Key (black)1.6%
Color previews
#fba992 text on a black background
contrast 11.19:1
Card sample
#fba992 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba992;
Background color
Panel with #fba992 background
background-color: #fba992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba992; background: linear-gradient(135deg, #fba992, #FBEF92);