#fba488
a light, electric red · warm · closest name: salmon
RGB
251, 164, 136
HSL
15°, 94%, 76%
CMYK
0, 35, 46, 2
Luminance
0.4884
Every format
| HEX | #fba488 |
| RGB | rgb(251, 164, 136) |
| HSL | hsl(15, 94%, 76%) |
| CMYK | cmyk(0%, 35%, 46%, 2%) |
| LAB | lab(75.3 29.1 27.8) |
| LCH | lch(75.3 40.3 43.7) |
| OKLCH | oklch(0.798 0.111 38.6) |
Copy-ready code
/* CSS */
color: #fba488;
background-color: #fba488;
/* Tailwind (arbitrary) */
class="text-[#fba488] bg-[#fba488]"
/* SCSS */
$brand: #fba488;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.533)
/* Android */
Color.parseColor("#fba488")Accessibility — WCAG contrast
Aa
#fba488 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba488 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow45.8%
Key (black)1.6%
Color previews
#fba488 text on a black background
contrast 10.77:1
Card sample
#fba488 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba488;
Background color
Panel with #fba488 background
background-color: #fba488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba488; background: linear-gradient(135deg, #fba488, #FBF188);