#fba693
a light, electric red · warm · closest name: salmon
RGB
251, 166, 147
HSL
11°, 93%, 78%
CMYK
0, 34, 41, 2
Luminance
0.4989
Every format
| HEX | #fba693 |
| RGB | rgb(251, 166, 147) |
| HSL | hsl(11, 93%, 78%) |
| CMYK | cmyk(0%, 34%, 41%, 2%) |
| LAB | lab(76.0 29.2 22.8) |
| LCH | lch(76.0 37.0 37.9) |
| OKLCH | oklch(0.804 0.105 33.2) |
Copy-ready code
/* CSS */
color: #fba693;
background-color: #fba693;
/* Tailwind (arbitrary) */
class="text-[#fba693] bg-[#fba693]"
/* SCSS */
$brand: #fba693;
/* SwiftUI */
Color(red: 0.984, green: 0.651, blue: 0.576)
/* Android */
Color.parseColor("#fba693")Accessibility — WCAG contrast
Aa
#fba693 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba693 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.1%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow41.4%
Key (black)1.6%
Color previews
#fba693 text on a black background
contrast 10.98:1
Card sample
#fba693 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba693;
Background color
Panel with #fba693 background
background-color: #fba693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 166, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 166, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba693; background: linear-gradient(135deg, #fba693, #FBEB93);