#fba293
a light, electric red · warm · closest name: salmon
RGB
251, 162, 147
HSL
9°, 93%, 78%
CMYK
0, 36, 41, 2
Luminance
0.4846
Every format
| HEX | #fba293 |
| RGB | rgb(251, 162, 147) |
| HSL | hsl(9, 93%, 78%) |
| CMYK | cmyk(0%, 36%, 41%, 2%) |
| LAB | lab(75.1 31.3 21.5) |
| LCH | lch(75.1 38.0 34.5) |
| OKLCH | oklch(0.797 0.109 30.1) |
Copy-ready code
/* CSS */
color: #fba293;
background-color: #fba293;
/* Tailwind (arbitrary) */
class="text-[#fba293] bg-[#fba293]"
/* SCSS */
$brand: #fba293;
/* SwiftUI */
Color(red: 0.984, green: 0.635, blue: 0.576)
/* Android */
Color.parseColor("#fba293")Accessibility — WCAG contrast
Aa
#fba293 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba293 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.5%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow41.4%
Key (black)1.6%
Color previews
#fba293 text on a black background
contrast 10.69:1
Card sample
#fba293 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba293;
Background color
Panel with #fba293 background
background-color: #fba293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 162, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 162, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba293; background: linear-gradient(135deg, #fba293, #FBE793);