#fba397
a light, electric red · warm · closest name: salmon
RGB
251, 163, 151
HSL
7°, 93%, 79%
CMYK
0, 35, 40, 2
Luminance
0.4894
Every format
| HEX | #fba397 |
| RGB | rgb(251, 163, 151) |
| HSL | hsl(7, 93%, 79%) |
| CMYK | cmyk(0%, 35%, 40%, 2%) |
| LAB | lab(75.4 31.2 19.8) |
| LCH | lch(75.4 37.0 32.4) |
| OKLCH | oklch(0.800 0.107 28.1) |
Copy-ready code
/* CSS */
color: #fba397;
background-color: #fba397;
/* Tailwind (arbitrary) */
class="text-[#fba397] bg-[#fba397]"
/* SCSS */
$brand: #fba397;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.592)
/* Android */
Color.parseColor("#fba397")Accessibility — WCAG contrast
Aa
#fba397 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba397 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow39.8%
Key (black)1.6%
Color previews
#fba397 text on a black background
contrast 10.79:1
Card sample
#fba397 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba397;
Background color
Panel with #fba397 background
background-color: #fba397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba397; background: linear-gradient(135deg, #fba397, #FBE697);