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